Skip to content

Commit

Permalink
fix for 5256
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Apr 20, 2006
1 parent 0b11c2b commit d174882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

//using an unformatted entry body here so that extra formatting information is not stored in the db
$post->body = $blogEntry->summary;
$post->etitle = $blogEntry->subject;
$post->etitle = stripslashes_safe($blogEntry->subject);
$post->postid = $editid;
$post->userid = $blogEntry->userid;
$post->format = $blogEntry->format;
Expand Down

0 comments on commit d174882

Please sign in to comment.