mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-25 02:02:57 +01:00
Fix Validator::validateTags()
not filtering empty tags
This commit is contained in:
parent
a99cca43cb
commit
cc25553eeb
@ -143,7 +143,7 @@ class Validator
|
||||
return static::regex($item, $pattern);
|
||||
});
|
||||
}
|
||||
return $tags;
|
||||
return array_filter($tags);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user