mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
related to #1693 fix undefined variables in languages and plugins and a user activity unused variable causing errors
This commit is contained in:
committed by
plegall
parent
bc2f884f4a
commit
aeb1d2b80b
@@ -109,6 +109,7 @@ else
|
||||
$page['errors'][] = l10n('Can\'t connect to server.');
|
||||
}
|
||||
$template->assign('ADMIN_PAGE_TITLE', l10n('Languages'));
|
||||
$template->assign('isWebmaster', (is_webmaster()) ? 1 : 0);
|
||||
|
||||
$template->assign_var_from_handle('ADMIN_CONTENT', 'languages');
|
||||
?>
|
||||
Reference in New Issue
Block a user