diff options
Diffstat (limited to 'services')
-rw-r--r-- | services/export/handler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/export/handler.php b/services/export/handler.php index 16e3cacd6..1c8267a6c 100644 --- a/services/export/handler.php +++ b/services/export/handler.php @@ -12,7 +12,7 @@ * @link http://elgg.org/ */ - require_once("../engine/start.php"); + require_once("../../engine/start.php"); // Get input values, these will be mapped via modrewrite $guid = get_input("guid"); // guid of the entity |