From 4afa50233029dad99d07a2c3e408bf68bbb4fb4e Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 20 Feb 2011 23:18:18 +0000 Subject: fixed blog sticky forms git-svn-id: http://code.elgg.org/elgg/trunk@8377 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/blog/actions/blog/save.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/blog/actions/blog/save.php') diff --git a/mod/blog/actions/blog/save.php b/mod/blog/actions/blog/save.php index dbbe25e04..18ddce786 100644 --- a/mod/blog/actions/blog/save.php +++ b/mod/blog/actions/blog/save.php @@ -6,7 +6,7 @@ */ // start a new sticky form session in case of failure -//elgg_make_sticky_form(); +elgg_make_sticky_form('blog'); // store errors to pass along $error = FALSE; @@ -129,7 +129,7 @@ if (!$error) { if (!$error) { if ($blog->save()) { // remove sticky form entries - elgg_clear_sticky_form(); + elgg_clear_sticky_form('blog'); // remove autosave draft if exists $blog->clearAnnotations('blog_auto_save'); -- cgit v1.2.3