aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/lib/blog.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-07-14 07:12:12 -0400
committerCash Costello <cash.costello@gmail.com>2012-07-14 07:12:12 -0400
commitd7a5c24dd7c31318cf2e4405337919b7fd5ec304 (patch)
tree68d6c4f31fccc15c0041bfec6dbaeeab9cdb306c /mod/blog/lib/blog.php
parent901cb69ba0b40d247bea5b0e1b4e4588a86800c1 (diff)
downloadelgg-d7a5c24dd7c31318cf2e4405337919b7fd5ec304.tar.gz
elgg-d7a5c24dd7c31318cf2e4405337919b7fd5ec304.tar.bz2
Fixes #4691 not passing name to the form since not valid
Diffstat (limited to 'mod/blog/lib/blog.php')
-rw-r--r--mod/blog/lib/blog.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/blog/lib/blog.php b/mod/blog/lib/blog.php
index 9a02a8cc3..4622a9e7e 100644
--- a/mod/blog/lib/blog.php
+++ b/mod/blog/lib/blog.php
@@ -272,7 +272,6 @@ function blog_get_page_content_edit($page, $guid = 0, $revision = NULL) {
$vars = array();
$vars['id'] = 'blog-post-edit';
- $vars['name'] = 'blog_post';
$vars['class'] = 'elgg-form-alt';
if ($page == 'edit') {