diff options
Diffstat (limited to 'engine/handlers/action_handler.php')
-rw-r--r-- | engine/handlers/action_handler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/handlers/action_handler.php b/engine/handlers/action_handler.php index cf6c8c9eb..bcad110b2 100644 --- a/engine/handlers/action_handler.php +++ b/engine/handlers/action_handler.php @@ -17,4 +17,4 @@ require_once(dirname(dirname(__FILE__)) . "/start.php"); $action = get_input("action"); -action($action);
\ No newline at end of file +action($action); |