diff options
Diffstat (limited to 'tagedit.php')
-rw-r--r-- | tagedit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tagedit.php b/tagedit.php index 57a9466..e7b46a1 100644 --- a/tagedit.php +++ b/tagedit.php @@ -47,7 +47,7 @@ if(!$userservice->isLoggedOn()) { if (POST_CONFIRM) { if ( strlen($tag)>0 && - $tagservice->updateDescription($tag, $currentUser->getId(), POST_DESCRIPTION) + $tagservice->updateDescription($tag, $currentUser->getId(), stripslashes(POST_DESCRIPTION)) ) { $tplVars['msg'] = T_('Tag description updated'); header('Location: '. POST_REFERRER); |