diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-02 16:55:20 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-02 16:55:20 +0000 |
commit | 086c5cca63d3488d40f5dac6a506d0ae03461d66 (patch) | |
tree | e68cf22518b31b0a7315bd9e681491a514d6f84b /mod/blog/start.php | |
parent | 23ae0802d52ed0fb1b4d04beb471b77c6f3fe820 (diff) | |
download | elgg-086c5cca63d3488d40f5dac6a506d0ae03461d66.tar.gz elgg-086c5cca63d3488d40f5dac6a506d0ae03461d66.tar.bz2 |
Blog posting
git-svn-id: https://code.elgg.org/elgg/trunk@373 36083f99-b078-4883-b0ff-0f9b5a30f544
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 |