aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-09-22 01:09:11 +0200
committerKevin Chabowski <kevin@kch42.de>2011-09-22 01:09:11 +0200
commita77a00b175fcbc758cc6b9b1a546ecf3f5ab59ec (patch)
treec2b4e7d9e79a1fa16ca4ba5e191a46a88d9d33dd
parentb16190d8c28d2494de79a7ea720a8903dd6e2b4e (diff)
downloadratatoeskr-cms-a77a00b175fcbc758cc6b9b1a546ecf3f5ab59ec.tar.gz
ratatoeskr-cms-a77a00b175fcbc758cc6b9b1a546ecf3f5ab59ec.tar.bz2
ratatoeskr-cms-a77a00b175fcbc758cc6b9b1a546ecf3f5ab59ec.zip
Fixed a bug in url_action_subactions
-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();
};
}