diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-04 14:31:08 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-04 14:31:08 -0400 |
commit | 9b975ab04da582b801f97645d5a460f924a63b26 (patch) | |
tree | 878c0bbbd177cea4b642ca698d061db01cea8e96 | |
parent | 663deabe7225163336f772494c2c606d4d5d8af3 (diff) | |
download | elgg-9b975ab04da582b801f97645d5a460f924a63b26.tar.gz elgg-9b975ab04da582b801f97645d5a460f924a63b26.tar.bz2 |
pages does not have a welcome message anymore
-rw-r--r-- | mod/pages/start.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/pages/start.php b/mod/pages/start.php index c385131bd..6b0ad38b0 100644 --- a/mod/pages/start.php +++ b/mod/pages/start.php @@ -30,7 +30,6 @@ function pages_init() { // Register some actions $action_base = elgg_get_plugins_path() . 'pages/actions/pages'; elgg_register_action("pages/edit", "$action_base/edit.php"); - elgg_register_action("pages/editwelcome", "$action_base/editwelcome.php"); elgg_register_action("pages/delete", "$action_base/delete.php"); // Extend the main css view |