From ebc6ffbe0822978b092e5a91ce81dee6304d1fb7 Mon Sep 17 00:00:00 2001 From: zorloc Date: Wed, 21 Apr 2004 05:21:17 +0000 Subject: [PATCH] 'List' shouldn't be declared in validator type. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3363 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- config/Values.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/Values.php b/config/Values.php index 96540ee85..7698df668 100644 --- a/config/Values.php +++ b/config/Values.php @@ -1,5 +1,5 @@ array( - 'type' => 'ArrayStringList', + 'type' => 'ArrayString', 'seperator' => ':', 'list' => array( 'browse', @@ -459,7 +459,7 @@ $values[] = array( 'example' => array( ), 'validator' => array( - 'type' => 'StringList', + 'type' => 'String', 'list' => array( 'NONE', 'STRICT', -- 2.45.0