feature 2626: manage inline errors on form submission

git-svn-id: http://piwigo.org/svn/trunk@14513 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2012-04-29 11:41:34 +00:00
parent 5884b956f8
commit d04e389411
4 changed files with 58 additions and 55 deletions

View file

@ -84,7 +84,7 @@ if ($v <= 0 or $v > 100)
}
// step 3 - save data
if (count($errors)==0)
if (count($errors) == 0)
{
$watermark = new WatermarkParams();
$watermark->file = $pwatermark['file'];