1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Admin tools - more work

This commit is contained in:
secretr
2009-10-30 17:59:32 +00:00
parent f7d22f782b
commit 7f15da0b74
12 changed files with 1120 additions and 537 deletions

View File

@@ -9,8 +9,8 @@
* Handler - general purpose validation functions
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/validator_class.php,v $
* $Revision: 1.12 $
* $Date: 2009-10-20 16:05:02 $
* $Revision: 1.13 $
* $Date: 2009-10-30 17:59:31 $
* $Author: secretr $
*
*/
@@ -218,7 +218,7 @@ class e_validator
*/
public function setMessageStack($mstack)
{
if($mstack) $mstack = 'validator';
if(!$mstack) $mstack = 'validator';
$this->_message_stack = $mstack;
return $this;
}