From 78c95c09f05e4fa12b66bd27714ce4889a892c21 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 3 Oct 2013 22:30:58 +0200 Subject: Fixed referencing and constants. * Creating a varaible reference at call time is not possbile any more. * When defining a constant, we pass the name as a string now. --- ratatoeskr/backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratatoeskr/backend.php') diff --git a/ratatoeskr/backend.php b/ratatoeskr/backend.php index 2db82d7..f043a47 100644 --- a/ratatoeskr/backend.php +++ b/ratatoeskr/backend.php @@ -2002,7 +2002,7 @@ $backend_subactions = url_action_subactions(array( echo $ste->exectemplate("/systemtemplates/confirminstall.html"); } )), - "pluginpages" => url_action_subactions(&$pluginpages_handlers) + "pluginpages" => url_action_subactions($pluginpages_handlers) )); } -- cgit v1.2.3-54-g00ecf