mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
issue #552
* many more admin actions are logged into activity table * use the activity.details as an associative array (serialized in database)
This commit is contained in:
@@ -372,6 +372,7 @@ SELECT
|
||||
single_insert(IMAGES_TABLE, $insert);
|
||||
|
||||
$image_id = pwg_db_insert_id(IMAGES_TABLE);
|
||||
pwg_activity('photo', $image_id, 'add');
|
||||
}
|
||||
|
||||
if (isset($categories) and count($categories) > 0)
|
||||
|
||||
Reference in New Issue
Block a user