From e5c58463607da69ccfee3bc658dde4744bdd4040 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 12 Oct 2011 22:00:25 +0200 Subject: Fixed urlprocess.php I do not remember what the reason was. I should commit changes more often.... :-P --- ratatoeskr/sys/urlprocess.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ratatoeskr') diff --git a/ratatoeskr/sys/urlprocess.php b/ratatoeskr/sys/urlprocess.php index 5c5b17b..14d67c1 100644 --- a/ratatoeskr/sys/urlprocess.php +++ b/ratatoeskr/sys/urlprocess.php @@ -98,6 +98,7 @@ function url_process($url, $actions, &$data) $epilog_running = 0; if(is_string($url)) $url = explode("/", $url); + $url = array_filter($url, function($x) { return !empty($x); }); if(count($url) == 0) $url = array("_index"); -- cgit v1.2.3-54-g00ecf