]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
removed debug code
authorcash <cash.costello@gmail.com>
Tue, 21 Jun 2011 01:09:10 +0000 (21:09 -0400)
committercash <cash.costello@gmail.com>
Tue, 21 Jun 2011 01:09:10 +0000 (21:09 -0400)
engine/lib/actions.php

index 017653aa8755b758cfaa66c64156d566a0cb61b0..4ccffd26704465ce19fa63caa1b59bbac3a7c78f 100644 (file)
@@ -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;
        }
 }