mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Fixes #1432 Removed the duplicate pwg_activity() call that doubled the number if tags added in activity tab
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user