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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu Jan 27 16:39:40 GMT 2005


Author: oscar
Date: 2005-01-27 16:39:39 +0000 (Thu, 27 Jan 2005)
New Revision: 864

Modified:
   plog/trunk/class/action/admin/adminupdatepostaction.class.php
Log:
fixed issue 173 as reported by jon (http://bugs.plogworld.net/view.php?id=173)

Modified: plog/trunk/class/action/admin/adminupdatepostaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminupdatepostaction.class.php	2005-01-27 14:06:28 UTC (rev 863)
+++ plog/trunk/class/action/admin/adminupdatepostaction.class.php	2005-01-27 16:39:39 UTC (rev 864)
@@ -119,7 +119,7 @@
         	// create the definitive view
         	$this->_view = new AdminPostsListView( $this->_blogInfo );
         	// show a message saying that the post was updated
-        	$message = $this->_locale->tr("post_updated_ok");
+        	$message = $this->_locale->pr("post_updated_ok", $post->getTopic());
 
         	// check if there was a previous notification
         	$notifications = new ArticleNotifications();




More information about the pLog-svn mailing list