summaryrefslogtreecommitdiffstatshomepage
path: root/tagedit.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-01-15 14:15:41 +0000
committerGravatar mensonge2009-01-15 14:15:41 +0000
commitb00a08b5a0ccf8d842fdafa79557bdf11ae895ea (patch)
treeae416c87c22ddbc685be6ea8344134fb3fe0e41c /tagedit.php
parentc9dd7359ea22a44571c5327dfbf67252f5f8c973 (diff)
downloadscuttle-b00a08b5a0ccf8d842fdafa79557bdf11ae895ea.tar.gz
scuttle-b00a08b5a0ccf8d842fdafa79557bdf11ae895ea.zip
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
Diffstat (limited to 'tagedit.php')
-rw-r--r--tagedit.php2
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);