]> git.mjollnir.org Git - s9y.git/commitdiff
audioscrobbler: no title
authorPenny Leach <penny@titania.local>
Fri, 29 Jun 2007 23:31:49 +0000 (11:31 +1200)
committerPenny Leach <penny@catalyst.net.nz>
Tue, 8 Apr 2008 00:05:27 +0000 (12:05 +1200)
plugins/serendipity_plugin_audioscrobbler/serendipity_plugin_audioscrobbler.php

index ac120ebe38eed8cfd1f1ab4964ff448906549fe6..ad405677f5755671273e22cf1005e82dcdb49f48 100755 (executable)
@@ -534,7 +534,7 @@ class serendipity_plugin_audioscrobbler extends serendipity_plugin {
     }
 
     function generate_content(&$title) {
-        $sidebartitle           =   $title = $this->get_config('sidebartitle'$this->title);
+        $sidebartitle           =   $title = $this->get_config('sidebartitle'); //$this->title);
         $this->doConfig();
         echo "\n".$this->renderScrobblerOutput()."\n";
     }