aboutsummaryrefslogtreecommitdiff
path: root/endpoints/rest.php
diff options
context:
space:
mode:
Diffstat (limited to 'endpoints/rest.php')
-rw-r--r--endpoints/rest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/endpoints/rest.php b/endpoints/rest.php
index 321d730c1..862540e57 100644
--- a/endpoints/rest.php
+++ b/endpoints/rest.php
@@ -11,7 +11,9 @@
* @link http://elgg.org/
*/
- // Include required files
+ /**
+ * Start the Elgg engine
+ */
require_once('../engine/start.php');
global $CONFIG;