@@ -81,7 +81,7 @@ |
||
81 | 81 | { |
82 | 82 | //if the post already has the tag, do nothing |
83 | 83 | if($this->postHasTag($postId, $tagId)){ |
84 | - return; |
|
84 | + return; |
|
85 | 85 | } |
86 | 86 | |
87 | 87 | $sql = "INSERT INTO $this->tagAssoTbl (post_idposts, tag_idtags) VALUES (:postId, :tagId)"; |