diff options
author | misja <misja@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-08 15:14:54 +0000 |
---|---|---|
committer | misja <misja@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-08 15:14:54 +0000 |
commit | bf79a8fe8a332546f96f00edc424377f6200344e (patch) | |
tree | 276fc4403e69b6842cb7706600067161c7d117ec /endpoints | |
parent | 7a2ae99931f3ecbcfbdb740c96149e41212a2a31 (diff) | |
download | elgg-bf79a8fe8a332546f96f00edc424377f6200344e.tar.gz elgg-bf79a8fe8a332546f96f00edc424377f6200344e.tar.bz2 |
Misja Hoebe <misja@curverider.co.uk> More docstring fixes
git-svn-id: https://code.elgg.org/elgg/trunk@421 36083f99-b078-4883-b0ff-0f9b5a30f544
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; |