diff options
Diffstat (limited to 'mod/blog/start.php')
-rw-r--r-- | mod/blog/start.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/blog/start.php b/mod/blog/start.php index 4035203b4..d3513dc02 100644 --- a/mod/blog/start.php +++ b/mod/blog/start.php @@ -41,4 +41,8 @@ // Make sure the blog initialisation function is called on initialisation
register_event_handler('init','system','blog_init');
+ // Register actions
+ global $CONFIG;
+ register_action("blog/add",false,$CONFIG->pluginspath . "blog/actions/add.php");
+
?>
\ No newline at end of file |