aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/blog/start.php')
-rw-r--r--mod/blog/start.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/blog/start.php b/mod/blog/start.php
index 6b1ca3766..bd9dac913 100644
--- a/mod/blog/start.php
+++ b/mod/blog/start.php
@@ -47,5 +47,6 @@
// Register actions
global $CONFIG;
register_action("blog/add",false,$CONFIG->pluginspath . "blog/actions/add.php");
+ register_action("blog/comments/add",false,$CONFIG->pluginspath . "blog/actions/comments/add.php");
?> \ No newline at end of file