diff options
-rw-r--r-- | action_handler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/action_handler.php b/action_handler.php index 61f8743cc..e78d6fca0 100644 --- a/action_handler.php +++ b/action_handler.php @@ -11,7 +11,7 @@ * @link http://elgg.org/
*/
/**
- * Load searunner framework
+ * Load Elgg framework
*/
require_once(dirname(__FILE__) . "/engine/start.php");
$action = get_input("action");
|