mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
syntax error fixed
git-svn-id: http://piwigo.org/svn/trunk@25088 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -56,7 +56,7 @@ include_once(LOCALEDIT_PATH.'include/'.$page['tab'].'.inc.php');
|
||||
if (isset($_POST['restore']))
|
||||
{
|
||||
$content_file = file_get_contents(get_bak_file($edited_file));
|
||||
$page['infos'][] = l10n('locfiledit_bak_loaded1'),
|
||||
$page['infos'][] = l10n('locfiledit_bak_loaded1');
|
||||
$page['infos'][] = l10n('locfiledit_bak_loaded2');
|
||||
}
|
||||
|
||||
@@ -148,4 +148,4 @@ $template->assign(array(
|
||||
|
||||
$template->assign_var_from_handle('ADMIN_CONTENT', 'plugin_admin_content');
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user