[pLog-svn] r1826 - plog/branches/plog-1.0.1/class/locale

mark at devel.plogworld.net mark at devel.plogworld.net
Tue Apr 12 17:22:44 GMT 2005


Author: mark
Date: 2005-04-12 17:22:44 +0000 (Tue, 12 Apr 2005)
New Revision: 1826

Modified:
   plog/branches/plog-1.0.1/class/locale/locales.class.php
Log:
Fixed typo error.

Modified: plog/branches/plog-1.0.1/class/locale/locales.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/locale/locales.class.php	2005-04-12 17:17:09 UTC (rev 1825)
+++ plog/branches/plog-1.0.1/class/locale/locales.class.php	2005-04-12 17:22:44 UTC (rev 1826)
@@ -75,7 +75,7 @@
                     }
                     else {
                         // if not, try to load en_UK by default
-                        if( $pluginHasLocale( $pluginId, "en_UK" )) {
+                        if( $pm->pluginHasLocale( $pluginId, "en_UK" )) {
                             $pluginLocale = Locales::getPluginLocale( $pluginId, "en_UK" );
                         }
                         // if not en_UK locale available, forget about it...




More information about the pLog-svn mailing list