mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:10:11 +00:00
No need to log $tid here
This commit is contained in:
parent
fd8f4269ff
commit
202857ba7d
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue