[pLog-svn] r6854 - plog/branches/lifetype-1.2/class/action/admin

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Apr 11 14:20:00 EDT 2009


Author: jondaley
Date: 2009-04-11 14:19:59 -0400 (Sat, 11 Apr 2009)
New Revision: 6854

Modified:
   plog/branches/lifetype-1.2/class/action/admin/adminupdateglobalsettingsaction.class.php
Log:
I'm not sure why these are included here, they aren't updated on these pages, so we shouldn't be trying to update them

Modified: plog/branches/lifetype-1.2/class/action/admin/adminupdateglobalsettingsaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/adminupdateglobalsettingsaction.class.php	2009-04-11 18:18:53 UTC (rev 6853)
+++ plog/branches/lifetype-1.2/class/action/admin/adminupdateglobalsettingsaction.class.php	2009-04-11 18:19:59 UTC (rev 6854)
@@ -93,12 +93,6 @@
                 }
             }
 
-            // the 'locales' and 'arrays' settings are not coming from the request
-            $configOpts = $this->_config->getAsArray();
-            $locales = new Locales();
-            $this->_newConfigOpts["locales"] = $locales->getAvailableLocales();
-            $this->_newConfigOpts["templates"] = $configOpts["templates"];
-
 			// the default_blog_id setting is coming from a chooser, so it won't be automatically picked up
             $blogId = $this->_request->getValue( "blogId" );
             if($blogId)



More information about the pLog-svn mailing list