From a77a00b175fcbc758cc6b9b1a546ecf3f5ab59ec Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 22 Sep 2011 01:09:11 +0200 Subject: Fixed a bug in url_action_subactions --- ratatoeskr/sys/urlprocess.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ratatoeskr/sys/urlprocess.php b/ratatoeskr/sys/urlprocess.php index d3a0db1..42c4a4d 100644 --- a/ratatoeskr/sys/urlprocess.php +++ b/ratatoeskr/sys/urlprocess.php @@ -53,6 +53,8 @@ function url_action_subactions($actions) $result = url_process($url_next, $actions, $data); if($result !== NULL) $url_next = $result; + else + $url_next = array(); }; } -- cgit v1.2.3-54-g00ecf