[pLog-svn] r3555 - plog/trunk/class/action/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Thu Jun 8 00:58:57 GMT 2006


Author: mark
Date: 2006-06-08 00:58:57 +0000 (Thu, 08 Jun 2006)
New Revision: 3555

Modified:
   plog/trunk/class/action/admin/adminaddpostaction.class.php
Log:
Fixed the bug http://bugs.lifetype.net/view.php?id=941

I forgot return the validate results.

Modified: plog/trunk/class/action/admin/adminaddpostaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminaddpostaction.class.php	2006-06-07 16:45:27 UTC (rev 3554)
+++ plog/trunk/class/action/admin/adminaddpostaction.class.php	2006-06-08 00:58:57 UTC (rev 3555)
@@ -57,6 +57,8 @@
 			$validateOk = parent::validate();
 			if( !$validateOk )
 				$this->clearAutoSaveCookie();
+				
+			return $validateOk;
 		}
 
 		/**



More information about the pLog-svn mailing list