1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 02:04:35 +02:00

Minor update in $sanitizer for the testAll() method

This commit is contained in:
Ryan Cramer
2022-03-04 16:23:58 -05:00
parent 4b38a649bf
commit 1dc0f0e524

View File

@@ -314,6 +314,8 @@ class Sanitizer extends Wire {
'valid' => 'b',
'validate' => 'm',
'varName' => 's',
'word' => 's',
'words' => 's',
'wordsArray' => 'a',
);