[pLog-svn] r6580 - plog/branches/lifetype-1.2/class/action/admin
mark at devel.lifetype.net
mark at devel.lifetype.net
Thu Jun 19 02:02:06 EDT 2008
Author: mark
Date: 2008-06-19 02:02:05 -0400 (Thu, 19 Jun 2008)
New Revision: 6580
Modified:
plog/branches/lifetype-1.2/class/action/admin/admineditlinksaction.class.php
Log:
Man ... wrong input field name here. Should be "searchTerms"
Modified: plog/branches/lifetype-1.2/class/action/admin/admineditlinksaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/admineditlinksaction.class.php 2008-06-19 05:59:42 UTC (rev 6579)
+++ plog/branches/lifetype-1.2/class/action/admin/admineditlinksaction.class.php 2008-06-19 06:02:05 UTC (rev 6580)
@@ -28,7 +28,7 @@
// data validation. In this case if the element is not correct we won't
// bother doing anything... we'll just show the whole list of categories
$this->registerFieldValidator( "showCategory", new IntegerValidator(), true);
- $this->registerFieldValidator( "showCategory", new StringValidator(), true);
+ $this->registerFieldValidator( "searchTerms", new StringValidator(), true);
$blogSettings = $this->_blogInfo->getSettings();
$this->_linkCategoriesOrder = $blogSettings->getValue( "link_categories_order", MYLINKS_CATEGORIES_NO_ORDER );
$this->setValidationErrorView( new AdminLinksListView( $this->_blogInfo,
More information about the pLog-svn
mailing list