[Slim-Checkins] r12758 - /trunk/server/Slim/Plugin/OPMLBased.pm

andy at svn.slimdevices.com andy at svn.slimdevices.com
Tue Aug 28 06:40:21 PDT 2007


Author: andy
Date: Tue Aug 28 06:40:21 2007
New Revision: 12758

URL: http://svn.slimdevices.com?rev=12758&view=rev
Log:
Fix bug in OPMLBased

Modified:
    trunk/server/Slim/Plugin/OPMLBased.pm

Modified: trunk/server/Slim/Plugin/OPMLBased.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Plugin/OPMLBased.pm?rev=12758&r1=12757&r2=12758&view=diff
==============================================================================
--- trunk/server/Slim/Plugin/OPMLBased.pm (original)
+++ trunk/server/Slim/Plugin/OPMLBased.pm Tue Aug 28 06:40:21 2007
@@ -81,7 +81,7 @@
 		# what we want the query to report about ourself
 		if (defined $menu) {
 			$data = {
-				text => Slim::Utils::Strings::string(getDisplayName()),  # nice name
+				text => Slim::Utils::Strings::string( $class->getDisplayName() ),  # nice name
 				actions => {
 					go => {
 						cmd => [ $tag, 'items' ],



More information about the checkins mailing list