aboutsummaryrefslogtreecommitdiff
path: root/action.php
diff options
context:
space:
mode:
Diffstat (limited to 'action.php')
-rw-r--r--action.php5
1 files changed, 3 insertions, 2 deletions
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);