dever 4 years ago
parent
commit
6a403aa8fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/src/Content.php

+ 1 - 1
main/src/Content.php

@@ -234,7 +234,7 @@ class Content
         if ($data['tag']) {
             if (strstr($data['tag'], ',')) {
                 $tag = explode(',', $data['tag']);
-            } elseif if (strstr($data['tag'], ',')) {
+            } elseif (strstr($data['tag'], ',')) {
                 $tag = explode(',', $data['tag']);
             }