diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-17 18:44:21 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-17 18:44:21 +0000 |
commit | 0df3f88354bdcb3607080705c26ddcc62e51c705 (patch) | |
tree | 7f9e0c7c92fdb543a09ac6626bcca1a0fb5fde60 /mod | |
parent | 1c7e85eead4ccd972bb4dd5c5ee847fd9cbebb5e (diff) | |
download | elgg-0df3f88354bdcb3607080705c26ddcc62e51c705.tar.gz elgg-0df3f88354bdcb3607080705c26ddcc62e51c705.tar.bz2 |
Fix for previous
git-svn-id: https://code.elgg.org/elgg/trunk@2792 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r-- | mod/riverdashboard/start.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/riverdashboard/start.php b/mod/riverdashboard/start.php index 3bac23494..479e06855 100644 --- a/mod/riverdashboard/start.php +++ b/mod/riverdashboard/start.php @@ -14,7 +14,7 @@ extend_view('css','riverdashboard/css');
- register_page_handler('dashboard','riverdashboard_dashboard');
+ //register_page_handler('dashboard','riverdashboard_dashboard');
@@ -26,7 +26,7 @@ }
- register_event_handler('init','system','riverdashboard_init');
+ register_elgg_event_handler('init','system','riverdashboard_init');
// Register actions
global $CONFIG;
|