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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Mar 22 22:09:56 GMT 2006


Author: oscar
Date: 2006-03-22 22:09:56 +0000 (Wed, 22 Mar 2006)
New Revision: 3098

Modified:
   plog/trunk/class/action/admin/adminupdateglobalarticlecategoryaction.class.php
Log:
the template name in case of errors was incorrect.

Modified: plog/trunk/class/action/admin/adminupdateglobalarticlecategoryaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminupdateglobalarticlecategoryaction.class.php	2006-03-22 21:55:45 UTC (rev 3097)
+++ plog/trunk/class/action/admin/adminupdateglobalarticlecategoryaction.class.php	2006-03-22 22:09:56 UTC (rev 3098)
@@ -40,7 +40,7 @@
 			$this->registerFieldValidator( "categoryName", new StringValidator());
 			$this->registerFieldValidator( "categoryId", new IntegerValidator());
 			$this->registerFieldValidator( "categoryDescription", new StringValidator());
-			$errorView = new AdminTemplatedView( $this->_blogInfo, "globalsettings_editarticlecategory" );
+			$errorView = new AdminTemplatedView( $this->_blogInfo, "editarticlecategory" );
 			$errorView->setErrorMessage( $this->_locale->tr("error_updating_article_category" ));
 			$this->setValidationErrorView( $errorView );
         }



More information about the pLog-svn mailing list