mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-25 10:12:50 +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 static::regex($item, $pattern);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
return $tags;
|
return array_filter($tags);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user