Add clipboard support for tags
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / data / tag / TagEditor.class.php
index 4c3a9be330020717798ef26e22634ae80030426e..64ccc4f065183529685fec48fc36cc6647c7f769 100644 (file)
@@ -26,7 +26,7 @@ class TagEditor extends DatabaseObjectEditor {
         */
        public function addSynonym(Tag $synonym) {
                if ($synonym->tagID == $this->tagID) return;
-
+               
                // assign all associations for the synonym with this tag
                $sql = "UPDATE IGNORE   wcf".WCF_N."_tag_to_object
                        SET             tagID = ?