From b00a08b5a0ccf8d842fdafa79557bdf11ae895ea Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 15 Jan 2009 14:15:41 +0000 Subject: Interface Fix: add icon to access common description for tags git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@233 b3834d28-1941-0410-a4f8-b48e95affb8f --- tagedit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tagedit.php') 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); -- cgit v1.2.3-54-g00ecf