Passed
Push — Showing-Posts ( a9b412...91b09f )
by Stone
01:58
created
App/Models/TagsModel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
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)";
Please login to merge, or discard this patch.