fix prev commit - again :( (bug 2682)

git-svn-id: http://piwigo.org/svn/branches/2.4@16995 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2012-07-24 22:09:19 +00:00
parent 1c948a7fd5
commit 6b8f0a49f9
+1 -1
View File
@@ -288,7 +288,7 @@ final class DerivativeParams
{
$min_size = ImageStdParams::get_watermark()->min_size;
return $min_size[0]<=$out_size[0]
|| $min_size[1]<=$$out_size[1];
|| $min_size[1]<=$out_size[1];
}
return false;
}