]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
PHP Notice: Undefined variable: logo
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 1 Oct 2013 15:07:16 +0000 (17:07 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 1 Oct 2013 15:07:16 +0000 (17:07 +0200)
It was reported in actions/apitimelinetag.php on line 142

actions/apitimelinetag.php

index 31e18cf8ee8d28aa00da47fba7970405d4f57736..5bc330a26eb485929f88cfa5f45fea9eb25a24f3 100644 (file)
@@ -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);