aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ratatoeskr/sys/urlprocess.php2
1 files changed, 2 insertions, 0 deletions
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();
};
}