aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/actions.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/actions.php')
-rw-r--r--engine/lib/actions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/lib/actions.php b/engine/lib/actions.php
index b8c4bc05a..58f38fd7a 100644
--- a/engine/lib/actions.php
+++ b/engine/lib/actions.php
@@ -35,7 +35,6 @@
if (isset($CONFIG->actions[$action])) {
if ($CONFIG->actions[$action]['public'] || $_SESSION['id'] != -1) {
- echo $CONFIG->actions[$action]['file']; var_export($CONFIG->actions); exit;
if (@include($CONFIG->actions[$action]['file'])) {
} else {
register_error(sprintf(elgg_echo('actionundefined'),$action));