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

ork at devel.plogworld.net ork at devel.plogworld.net
Sun Apr 3 23:06:44 GMT 2005


Author: ork
Date: 2005-04-03 23:06:44 +0000 (Sun, 03 Apr 2005)
New Revision: 1691

Modified:
   plog/branches/plog-1.0.1/class/locale/locale.class.php
Log:
unneccessary to declare config here.. will be redeclared in the getLocaleFolder() method, where is is actually used, guess someone forgot to delete this line.. :)


Modified: plog/branches/plog-1.0.1/class/locale/locale.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/locale/locale.class.php	2005-04-03 17:03:34 UTC (rev 1690)
+++ plog/branches/plog-1.0.1/class/locale/locale.class.php	2005-04-03 23:06:44 UTC (rev 1691)
@@ -91,8 +91,6 @@
 		{
 			$this->Object();
 
-            $config =& Config::getConfig();
-
             $this->_defaultFolder = $this->getLocaleFolder();
 
 			$this->_code = $code;




More information about the pLog-svn mailing list