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, 1 insertions, 0 deletions
diff --git a/engine/lib/actions.php b/engine/lib/actions.php
index e24659df1..035d26cf5 100644
--- a/engine/lib/actions.php
+++ b/engine/lib/actions.php
@@ -79,6 +79,7 @@
function actions_init($event, $object_type, $object) {
register_action("error");
+ return true;
}
// Register some actions ***************************************************