diff options
Diffstat (limited to 'engine/lib/actions.php')
-rw-r--r-- | engine/lib/actions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/actions.php b/engine/lib/actions.php index 58f38fd7a..a0e5d33ca 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -35,6 +35,7 @@ if (isset($CONFIG->actions[$action])) {
if ($CONFIG->actions[$action]['public'] || $_SESSION['id'] != -1) {
+ system_message("DEBUG ACTION ({$action}): " . $CONFIG->actions[$action]['file']);
if (@include($CONFIG->actions[$action]['file'])) {
} else {
register_error(sprintf(elgg_echo('actionundefined'),$action));
|