]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
pages does not have a welcome message anymore
authorCash Costello <cash.costello@gmail.com>
Wed, 4 Jul 2012 18:31:08 +0000 (14:31 -0400)
committerCash Costello <cash.costello@gmail.com>
Wed, 4 Jul 2012 18:31:08 +0000 (14:31 -0400)
mod/pages/start.php

index c385131bd71bb168a8a25a956f9e6b6b4a75075b..6b0ad38b0f6ffef9a2b94c5d8885d91a5e92305c 100644 (file)
@@ -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