syntax error fixed
git-svn-id: http://piwigo.org/svn/trunk@25088 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
1ba3136333
commit
0ce382a797
1 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue