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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Sep 6 16:57:39 EDT 2007


Author: oscar
Date: 2007-09-06 16:57:38 -0400 (Thu, 06 Sep 2007)
New Revision: 5907

Modified:
   plog/trunk/class/action/admin/admincopyblogtemplatefileaction.class.php
Log:
We should return something...

Modified: plog/trunk/class/action/admin/admincopyblogtemplatefileaction.class.php
===================================================================
--- plog/trunk/class/action/admin/admincopyblogtemplatefileaction.class.php	2007-09-06 20:37:32 UTC (rev 5906)
+++ plog/trunk/class/action/admin/admincopyblogtemplatefileaction.class.php	2007-09-06 20:57:38 UTC (rev 5907)
@@ -72,6 +72,8 @@
 				$this->_message = $this->_locale->tr( "template_file_copied_ok" );
 			else
 				$this->_message = $this->_locale->tr( "error_copying_template_file" );
+				
+			return( $result );
 		}	
 		
 		function performAjax()



More information about the pLog-svn mailing list