From 7a2ae99931f3ecbcfbdb740c96149e41212a2a31 Mon Sep 17 00:00:00 2001 From: misja Date: Tue, 8 Apr 2008 14:36:39 +0000 Subject: Misja Hoebe Fixing doctags git-svn-id: https://code.elgg.org/elgg/trunk@420 36083f99-b078-4883-b0ff-0f9b5a30f544 --- action.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'action.php') diff --git a/action.php b/action.php index 9c8710137..4e6569242 100644 --- a/action.php +++ b/action.php @@ -11,10 +11,11 @@ * @link http://elgg.org/ */ - // Load searunner framework + /** + * Load searunner framework + */ require_once(dirname(__FILE__) . "/engine/start.php"); - // Get actions $action = get_input("action"); action($action); -- cgit v1.2.3