X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FTag.php;h=1381f686119fdc197cd5e86faadde60dd9812e43;hb=073695b33c5f9c5d89d91958b09259c59e12dd98;hp=538cedfb6b29b639890555816ec7dbef004dc383;hpb=fd8f4269ff6ceb80e4977c052c6d9728d7af324b;p=friendica.git diff --git a/src/Model/Tag.php b/src/Model/Tag.php index 538cedfb6b..1381f68611 100644 --- a/src/Model/Tag.php +++ b/src/Model/Tag.php @@ -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;