mirror of
https://github.com/processwire/processwire.git
synced 2025-08-14 18:55:56 +02:00
Minor update in $sanitizer for the testAll() method
This commit is contained in:
@@ -314,6 +314,8 @@ class Sanitizer extends Wire {
|
|||||||
'valid' => 'b',
|
'valid' => 'b',
|
||||||
'validate' => 'm',
|
'validate' => 'm',
|
||||||
'varName' => 's',
|
'varName' => 's',
|
||||||
|
'word' => 's',
|
||||||
|
'words' => 's',
|
||||||
'wordsArray' => 'a',
|
'wordsArray' => 'a',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user