aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/sys/urlprocess.php
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2012-01-08 14:27:48 +0100
committerKevin Chabowski <kevin@kch42.de>2012-01-08 14:27:48 +0100
commit5fc635f7bba37e47054faa2ecc2cc246d7d16f6a (patch)
tree084c80ab951f80c71cd29cc6498b81eda3551d38 /ratatoeskr/sys/urlprocess.php
parent2b74984974b8363aa2bf197fb1d3950f7425a878 (diff)
downloadratatoeskr-cms-5fc635f7bba37e47054faa2ecc2cc246d7d16f6a.tar.gz
ratatoeskr-cms-5fc635f7bba37e47054faa2ecc2cc246d7d16f6a.tar.bz2
ratatoeskr-cms-5fc635f7bba37e47054faa2ecc2cc246d7d16f6a.zip
Fixed some plugin related bugs.
* Plugin backend pages did not work. * Plugin author was not transferred to database.
Diffstat (limited to 'ratatoeskr/sys/urlprocess.php')
-rw-r--r--ratatoeskr/sys/urlprocess.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/sys/urlprocess.php b/ratatoeskr/sys/urlprocess.php
index 14d67c1..d3c5edb 100644
--- a/ratatoeskr/sys/urlprocess.php
+++ b/ratatoeskr/sys/urlprocess.php
@@ -124,7 +124,7 @@ function url_process($url, $actions, &$data)
try
{
- $cb($data, $url_now, $url_next);
+ call_user_func_array($cb, array(&$data, $url_now, &$url_next));
}
catch(NotFoundError $e)
{