[pLog-svn] r1034 - plog/trunk/class/view/admin
oscar at devel.plogworld.net
oscar at devel.plogworld.net
Thu Feb 10 16:29:19 GMT 2005
Author: oscar
Date: 2005-02-10 16:29:18 +0000 (Thu, 10 Feb 2005)
New Revision: 1034
Modified:
plog/trunk/class/view/admin/admineditpostview.class.php
Log:
fixed part of issue 235 (http://bugs.plogworld.net/view.php?id=235)
Modified: plog/trunk/class/view/admin/admineditpostview.class.php
===================================================================
--- plog/trunk/class/view/admin/admineditpostview.class.php 2005-02-10 16:20:50 UTC (rev 1033)
+++ plog/trunk/class/view/admin/admineditpostview.class.php 2005-02-10 16:29:18 UTC (rev 1034)
@@ -53,6 +53,7 @@
$this->setValue( "postId", $this->_article->getId());
$this->setValue( "commentsEnabled", $this->_article->getCommentsEnabled());
$this->setValue( "postCategories", $this->_article->getCategoryIds());
+ $this->setValue( "postStatus", $this->_article->getStatus());
// we need to play a bit with the values of the fields, as the editpost.template page is
// expecting them in a bit different way than if we just do an $article->getFields()
More information about the pLog-svn
mailing list