diff options
Diffstat (limited to 'phpBB/admin/admin_styles.php')
| -rw-r--r-- | phpBB/admin/admin_styles.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/admin/admin_styles.php b/phpBB/admin/admin_styles.php index f2d1b052a3..0035c9f7fe 100644 --- a/phpBB/admin/admin_styles.php +++ b/phpBB/admin/admin_styles.php @@ -163,7 +163,7 @@ switch ($mode) @chmod($phpbb_root_path . 'templates/cache/' . $tplroot . '/' . $tplname . '.html.' . $phpEx, 0644); - add_admin_log('log_template_edit', $tplname, $tplroot); + add_log('admin', 'log_template_edit', $tplname, $tplroot); exit; } @@ -266,7 +266,7 @@ switch ($mode) WHERE theme_id = $theme_id"; $db->sql_query($sql); - add_admin_log('log_theme_edit', $theme_name); + add_log('admin', 'log_theme_edit', $theme_name); message_die(MESSAGE, $user->lang['Success_theme_update']); } |
