mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-08 06:14:54 +02: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:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user