1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-16 11:44:42 +02:00

Minor updates Selector, Selectors, Sanitizer

This commit is contained in:
Ryan Cramer
2020-06-19 12:59:39 -04:00
parent c9c06f833a
commit 7efb9e8a4b
3 changed files with 19 additions and 3 deletions

View File

@@ -4381,6 +4381,7 @@ class Sanitizer extends Wire {
'fieldName',
'fieldSubfield',
'filename',
'flatArray',
'float',
'httpUrl',
'hyphenCase',
@@ -4428,6 +4429,7 @@ class Sanitizer extends Wire {
'valid',
'validate',
'varName',
'wordsArray',
);
$results = array();
foreach($sanitizers as $method) {