mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 10:13:00 +02:00
feature 3014: new trigger picture_modify_before_update
git-svn-id: http://piwigo.org/svn/branches/2.6@27713 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -154,6 +154,8 @@ if (isset($_POST['submit']) and count($page['errors']) == 0)
|
||||
$data{'date_creation'} = null;
|
||||
}
|
||||
|
||||
$data = trigger_change('picture_modify_before_update', $data);
|
||||
|
||||
single_update(
|
||||
IMAGES_TABLE,
|
||||
$data,
|
||||
|
||||
Reference in New Issue
Block a user