Skip to content

Commit

Permalink
fix prev commit - again :( (bug 2682)
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@16994 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
rvelices committed Jul 24, 2012
1 parent 0de9ecf commit c382e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/derivative_params.inc.php
Expand Up @@ -288,7 +288,7 @@ function will_watermark($out_size)
{
$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;
}
Expand Down

0 comments on commit c382e4c

Please sign in to comment.