[pLog-svn] r1857 - plog/branches/plog-1.0.1/class/action/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Apr 17 19:49:52 GMT 2005


Author: oscar
Date: 2005-04-17 19:49:52 +0000 (Sun, 17 Apr 2005)
New Revision: 1857

Modified:
   plog/branches/plog-1.0.1/class/action/admin/adminmarkcommentaction.class.php
Log:
resolved a crash situation

Modified: plog/branches/plog-1.0.1/class/action/admin/adminmarkcommentaction.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/action/admin/adminmarkcommentaction.class.php	2005-04-17 18:27:29 UTC (rev 1856)
+++ plog/branches/plog-1.0.1/class/action/admin/adminmarkcommentaction.class.php	2005-04-17 19:49:52 UTC (rev 1857)
@@ -181,7 +181,8 @@
             	// if things don't match... (like trying to set the status of an article
                 // from another blog, then quit...)
             	$this->_view = new AdminPostsListView( $this->_blogInfo );
-                $this->_view->setErrorMessage( $this->_locale->tr("error_incorrect_comment_id"));
+                $this->_view->setErrorMessage( $this->_locale->tr("error_incorrect_comment_id"));
+                $this->setCommonData();
                 return false;
             }
 




More information about the pLog-svn mailing list