forked from wallabag/wallabag
remove unnecessary variable declaration
This commit is contained in:
@ -101,8 +101,7 @@
|
||||
*/
|
||||
public function setDescription($description)
|
||||
{
|
||||
$tag = 'description';
|
||||
$this->setElement($tag, $description);
|
||||
$this->setElement('description', $description);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user