diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-18 10:37:55 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-18 10:37:55 +0000 |
commit | ea5e4e5daa52249ad667e1d5102899398a18afed (patch) | |
tree | eb6caea442fc19169560336c48d11c81e0f8bb5c /action_handler.php | |
parent | 264d5ec359acd4917ce9598117e0ce77c9bb0254 (diff) | |
download | elgg-ea5e4e5daa52249ad667e1d5102899398a18afed.tar.gz elgg-ea5e4e5daa52249ad667e1d5102899398a18afed.tar.bz2 |
Searunner?!
git-svn-id: https://code.elgg.org/elgg/trunk@486 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'action_handler.php')
-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");
|