[pLog-svn] r827 - plugins/trunk/dropcase/class/action

mark at devel.plogworld.net mark at devel.plogworld.net
Tue Jan 25 11:09:01 GMT 2005


Author: mark
Date: 2005-01-25 11:09:00 +0000 (Tue, 25 Jan 2005)
New Revision: 827

Modified:
   plugins/trunk/dropcase/class/action/plugindropcaseupdateconfigaction.class.php
Log:


Modified: plugins/trunk/dropcase/class/action/plugindropcaseupdateconfigaction.class.php
===================================================================
--- plugins/trunk/dropcase/class/action/plugindropcaseupdateconfigaction.class.php	2005-01-25 09:10:49 UTC (rev 826)
+++ plugins/trunk/dropcase/class/action/plugindropcaseupdateconfigaction.class.php	2005-01-25 11:09:00 UTC (rev 827)
@@ -34,7 +34,6 @@
 			// save the blogs settings
 			$blogs = new Blogs();
             if( !$blogs->updateBlog( $this->_blogInfo->getId(), $this->_blogInfo )) {
-                return false;
                 $this->_view = new PluginDropCaseConfigView( $this->_blogInfo );
                 $this->_view->setErrorMessage( $this->_locale->tr("error_updating_settings"));
                 $this->setCommonData();




More information about the pLog-svn mailing list