Optimisations

This commit is contained in:
Simon Sessingø
2017-02-13 06:45:07 +01:00
parent 79414255e0
commit c87298ee24
+1 -1
View File
@@ -340,7 +340,7 @@ class Router
if ($includeEmpty === false) {
$getParams = array_filter($getParams, function ($item) {
return (!empty($item));
return (trim($item) !== false);
});
}