syntax error fixed

git-svn-id: http://piwigo.org/svn/trunk@25088 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2013-10-23 12:49:31 +00:00
parent 1ba3136333
commit 0ce382a797

View file

@ -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');
}