aboutsummaryrefslogtreecommitdiff
path: root/mod/riverdashboard/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/riverdashboard/start.php')
-rw-r--r--mod/riverdashboard/start.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/riverdashboard/start.php b/mod/riverdashboard/start.php
index 0c765ffa5..275d5d055 100644
--- a/mod/riverdashboard/start.php
+++ b/mod/riverdashboard/start.php
@@ -27,5 +27,11 @@
}
register_plugin_hook('init','system','riverdashboard_init');
+
+ // Register actions
+ global $CONFIG;
+ register_action("riverdashboard/add",false,$CONFIG->pluginspath . "riverdashboard/actions/add.php");
+ register_action("riverdashboard/delete",false,$CONFIG->pluginspath . "riverdashboard/actions/delete.php");
+
?> \ No newline at end of file