Fixes #1432 Removed the duplicate pwg_activity() call that doubled the number if tags added in activity tab

This commit is contained in:
Matthieu Leproux
2021-06-17 15:22:25 +02:00
parent 863d035b44
commit 817e007f04
-1
View File
@@ -2344,7 +2344,6 @@ SELECT id
);
$inserted_id = pwg_db_insert_id(TAGS_TABLE);
pwg_activity('tag', $inserted_id, 'add');
return array(
'info' => l10n('Tag "%s" was added', stripslashes($tag_name)),