mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
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:
parent
5884b956f8
commit
d04e389411
4 changed files with 58 additions and 55 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue