From bf79a8fe8a332546f96f00edc424377f6200344e Mon Sep 17 00:00:00 2001 From: misja Date: Tue, 8 Apr 2008 15:14:54 +0000 Subject: Misja Hoebe More docstring fixes git-svn-id: https://code.elgg.org/elgg/trunk@421 36083f99-b078-4883-b0ff-0f9b5a30f544 --- endpoints/rest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'endpoints/rest.php') 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; -- cgit v1.2.3