diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-20 11:08:33 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-20 11:08:33 +0000 |
commit | 9ff1d3fad8466b663e271fa0ca00c2bc00529431 (patch) | |
tree | 428e353e99adfef9b607b5b596cd8fb0808eb84e | |
parent | 81ce05a964142f77539b11926d4638b085201daf (diff) | |
download | elgg-9ff1d3fad8466b663e271fa0ca00c2bc00529431.tar.gz elgg-9ff1d3fad8466b663e271fa0ca00c2bc00529431.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
*
git-svn-id: https://code.elgg.org/elgg/trunk@655 36083f99-b078-4883-b0ff-0f9b5a30f544
-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 |