]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Tag.php
Funkwhale context file moved
[friendica.git] / src / Model / Tag.php
index 538cedfb6b29b639890555816ec7dbef004dc383..1381f686119fdc197cd5e86faadde60dd9812e43 100644 (file)
@@ -243,9 +243,8 @@ class Tag
                        return $tid;
                }
 
-               // Also log type and tag id
+               // Also log type
                $fields['type'] = $type;
-               $fields['tid'] = $tid;
 
                Logger::error('No tag id created', $fields);
                return 0;