aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d18f011c5..9c604b756 100644
--- a/mod/blog/start.php
+++ b/mod/blog/start.php
@@ -127,6 +127,7 @@ function blog_page_handler($page) {
case 'new':
case 'edit':
+ gatekeeper();
$title = elgg_echo('blog:edit');
$content_info = blog_get_page_content_edit($page2, $page3);
break;