From fea68f909edc17fa7e3801f26ef751973d17ee82 Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 22 Apr 2006 16:02:49 +0000 Subject: [PATCH] fixed undefined $error in error message --- blog/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/edit.php b/blog/edit.php index 211c539d89..fc56e38c4d 100755 --- a/blog/edit.php +++ b/blog/edit.php @@ -329,7 +329,7 @@ function do_update($post) { }*/ } else { // get_string('', 'blog') //Daryl Hawes note: localize this line - $post->error = 'There was an error updating this post in the database: '. $error; + $post->error = 'There was an error updating this post in the database'; } } ?> -- 2.39.5