PHP Notice: Undefined variable: logo
It was reported in actions/apitimelinetag.php on line 142
This commit is contained in:
parent
b0dfc70a54
commit
1d46ca45d1
|
@ -139,7 +139,7 @@ class ApiTimelineTagAction extends ApiPrivateAuthAction
|
|||
$atom->setId($id);
|
||||
$atom->setTitle($title);
|
||||
$atom->setSubtitle($subtitle);
|
||||
$atom->setLogo($logo);
|
||||
$atom->setLogo($sitelogo);
|
||||
$atom->setUpdated('now');
|
||||
|
||||
$atom->addLink($link);
|
||||
|
|
Loading…
Reference in New Issue
Block a user