mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
Fix some language keys problems
Need translations ! git-svn-id: http://piwigo.org/svn/trunk@5207 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -267,7 +267,7 @@ if ( isset( $_POST['install'] ))
|
||||
if ( empty($webmaster))
|
||||
array_push( $errors, l10n('enter a login for webmaster') );
|
||||
else if ( preg_match( '/[\'"]/', $webmaster ) )
|
||||
array_push( $errors, l10n('webmaster login can\'t contain characters \' or \"') );
|
||||
array_push( $errors, l10n('webmaster login can\'t contain characters \' or "') );
|
||||
if ( $admin_pass1 != $admin_pass2 || empty($admin_pass1) )
|
||||
array_push( $errors, l10n('please enter your password again') );
|
||||
if ( empty($admin_mail))
|
||||
|
||||
Reference in New Issue
Block a user