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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user