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.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/engine/lib/actions.php b/engine/lib/actions.php
index 017653aa8..4ccffd267 100644
--- a/engine/lib/actions.php
+++ b/engine/lib/actions.php
@@ -449,9 +449,6 @@ function ajax_forward_hook($hook, $type, $reason, $params) {
header("Content-type: application/json");
echo json_encode($params);
exit;
- } else {
- echo json_encode('not ajax');
- exit;
}
}