mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
feature 2102 : rename item/image/picture to photo (public side)
git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -120,7 +120,7 @@ function save_profile_from_post($userdata, &$errors)
|
||||
if (empty($_POST['nb_image_line'])
|
||||
or (!preg_match($int_pattern, $_POST['nb_image_line'])))
|
||||
{
|
||||
$errors[] = l10n('The number of images per row must be a not null scalar');
|
||||
$errors[] = l10n('The number of photos per row must be a not null scalar');
|
||||
}
|
||||
|
||||
if (empty($_POST['nb_line_page'])
|
||||
|
||||
Reference in New Issue
Block a user