From 97132d9c6f54cf8f3253dec6c5b77b3e0678483b Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 15 Feb 2012 16:47:12 +0000 Subject: multisize: removed useless test in i.php git-svn-id: http://piwigo.org/svn/trunk@13171 68402e56-0260-453c-a942-63ccdbb3a9ee --- i.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'i.php') diff --git a/i.php b/i.php index c60e5ba54..9b2494649 100644 --- a/i.php +++ b/i.php @@ -246,10 +246,6 @@ function parse_request() ierror('Invalid crop', 400); } $greatest = ImageStdParams::get_by_type(IMG_XXLARGE); - if ($params->max_width() > $greatest->max_width() || $params->max_height() > $greatest->max_height()) - { - ierror('Too big', 403); - } $key = array(); $params->add_url_tokens($key); -- cgit v1.2.3