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 a6bdaeae9..cf6c8c9eb 100644 --- a/engine/handlers/action_handler.php +++ b/engine/handlers/action_handler.php @@ -14,7 +14,7 @@ * @link http://docs.elgg.org/Tutorials/Actions */ -require_once("../start.php"); +require_once(dirname(dirname(__FILE__)) . "/start.php"); $action = get_input("action"); action($action);
\ No newline at end of file |