mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
For these pages : picture modify, album notification, category permission, comments, menubar, all configurations, site update, element set ranks, notification by mail Change how success and errors messages are displayed and handled
This commit is contained in:
@@ -181,7 +181,12 @@ UPDATE '.CATEGORIES_TABLE.'
|
||||
|
||||
$represented_albums = $_POST['represent'];
|
||||
|
||||
$page['infos'][] = l10n('Photo informations updated');
|
||||
$template->assign(
|
||||
array(
|
||||
'save_success' => l10n('Photo informations updated'),
|
||||
)
|
||||
);
|
||||
|
||||
pwg_activity('photo', $_GET['image_id'], 'edit');
|
||||
|
||||
// refresh page cache
|
||||
|
||||
Reference in New Issue
Block a user