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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Mar 12 20:44:00 GMT 2006


Author: oscar
Date: 2006-03-12 20:43:59 +0000 (Sun, 12 Mar 2006)
New Revision: 3057

Modified:
   plog/trunk/class/action/admin/adminpreviewpostaction.class.php
Log:
fixed another notice message


Modified: plog/trunk/class/action/admin/adminpreviewpostaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminpreviewpostaction.class.php	2006-03-12 20:29:05 UTC (rev 3056)
+++ plog/trunk/class/action/admin/adminpreviewpostaction.class.php	2006-03-12 20:43:59 UTC (rev 3057)
@@ -63,7 +63,7 @@
 			                         $this->_postCategories,
 									 $this->_userInfo->getId(), 
 									 $this->_blogInfo->getId(), 
-									 $status, 
+									 POST_STATUS_PUBLISHED, 
 									 0, 
 									 Array(), 
 									 $this->_postSlug );



More information about the pLog-svn mailing list