diff options
Diffstat (limited to 'mod/blog/activate.php')
-rw-r--r-- | mod/blog/activate.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/blog/activate.php b/mod/blog/activate.php new file mode 100644 index 000000000..5f67ffbed --- /dev/null +++ b/mod/blog/activate.php @@ -0,0 +1,6 @@ +<?php +/** + * Register the ElggBlog class for the object/blog subtype + */ + +add_subtype('object', 'blog', 'ElggBlog'); |