[Slim-Checkins] r10955 - /trunk/server/Slim/Utils/Strings.pm

adrian at svn.slimdevices.com adrian at svn.slimdevices.com
Wed Dec 13 13:15:07 PST 2006


Author: adrian
Date: Wed Dec 13 13:15:07 2006
New Revision: 10955

URL: http://svn.slimdevices.com?rev=10955&view=rev
Log:
Bug: N/A
Description: typo - align code to documented params

Modified:
    trunk/server/Slim/Utils/Strings.pm

Modified: trunk/server/Slim/Utils/Strings.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Utils/Strings.pm?rev=10955&r1=10954&r2=10955&view=diff
==============================================================================
--- trunk/server/Slim/Utils/Strings.pm (original)
+++ trunk/server/Slim/Utils/Strings.pm Wed Dec 13 13:15:07 2006
@@ -155,7 +155,7 @@
 
 	}
 
-	unless ($args->{'dontStore'}) {
+	unless ($args->{'dontSave'}) {
 		$log->info("Storing string cache: $stringCache");
 		store($strings, $stringCache);
 	}



More information about the checkins mailing list