mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
feature 3010 : replace trigger_action/event by trigger_notify/change
git-svn-id: http://piwigo.org/svn/trunk@28587 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -172,7 +172,7 @@ $template->assign(
|
||||
)
|
||||
);
|
||||
|
||||
trigger_action('loc_end_themes_installed');
|
||||
trigger_notify('loc_end_themes_installed');
|
||||
|
||||
$template->set_filenames(array('themes' => 'themes_installed.tpl'));
|
||||
$template->assign_var_from_handle('ADMIN_CONTENT', 'themes');
|
||||
|
||||
Reference in New Issue
Block a user