From 086c5cca63d3488d40f5dac6a506d0ae03461d66 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 2 Apr 2008 16:55:20 +0000 Subject: Blog posting git-svn-id: https://code.elgg.org/elgg/trunk@373 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/blog/start.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/blog/start.php') 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 -- cgit v1.2.3