[pLog-svn] r865 - plog/trunk/class/view/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu Jan 27 16:42:40 GMT 2005


Author: oscar
Date: 2005-01-27 16:42:40 +0000 (Thu, 27 Jan 2005)
New Revision: 865

Modified:
   plog/trunk/class/view/admin/admineditsiteblogview.class.php
Log:
fixed issue 174 as reported by user 'pest' (http://bugs.plogworld.net/view.php?id=174)

Modified: plog/trunk/class/view/admin/admineditsiteblogview.class.php
===================================================================
--- plog/trunk/class/view/admin/admineditsiteblogview.class.php	2005-01-27 16:39:39 UTC (rev 864)
+++ plog/trunk/class/view/admin/admineditsiteblogview.class.php	2005-01-27 16:42:40 UTC (rev 865)
@@ -44,6 +44,7 @@
 				$this->setValue( 'blogTimeOffset', $blogSettings->getValue( 'time_offset' ));
 				$this->setValue( 'blogOwner', $this->_editBlogInfo->getOwner());
 				$this->setValue( 'blogName', $this->_editBlogInfo->getBlog());
+				$this->setValue( 'blogLocale', $blogSettings->getValue( "locale" ));				
 				$this->setValue( 'blogResourcesQuota', $this->_editBlogInfo->getResourcesQuota());
 				// get all the users
 				$users = new Users();




More information about the pLog-svn mailing list