issue #1309 compatibility PHP 8

This commit is contained in:
plegall
2021-08-06 15:46:04 +02:00
parent e537eac9dd
commit a0be45af34
8 changed files with 33 additions and 12 deletions
+6
View File
@@ -34,6 +34,12 @@ $template->assign('ADMIN_PAGE_TITLE', l10n('User Activity logs'));
// +-----------------------------------------------------------------------+
// | sending html code |
// +-----------------------------------------------------------------------+
$template->assign(array(
'PWG_TOKEN' => get_pwg_token(),
'INHERIT' => $conf['inheritance_by_default'],
'CACHE_KEYS' => get_admin_client_cache_keys(array('users')),
));
$template->assign_var_from_handle('ADMIN_CONTENT', 'user_activity');
?>