[pLog-svn] r6010 - plog/trunk/class/action/admin
mark at devel.lifetype.net
mark at devel.lifetype.net
Wed Oct 24 22:26:52 EDT 2007
Author: mark
Date: 2007-10-24 22:26:51 -0400 (Wed, 24 Oct 2007)
New Revision: 6010
Modified:
plog/trunk/class/action/admin/adminaddlinkcategoryaction.class.php
Log:
The "blah blah" should not be here!
Modified: plog/trunk/class/action/admin/adminaddlinkcategoryaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminaddlinkcategoryaction.class.php 2007-10-24 06:24:10 UTC (rev 6009)
+++ plog/trunk/class/action/admin/adminaddlinkcategoryaction.class.php 2007-10-25 02:26:51 UTC (rev 6010)
@@ -93,7 +93,7 @@
$result = $this->addLinkCategory();
- $this->_view = new AdminAjaxView( $this->_blogInfo, "blah blah" );
+ $this->_view = new AdminAjaxView( $this->_blogInfo );
$this->_view->setSuccess( $result );
$this->_view->setMessage( $this->_message );
More information about the pLog-svn
mailing list