diff options
Diffstat (limited to 'endpoints')
-rw-r--r-- | endpoints/rest.php | 4 |
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; |