Merge pull request #3496 from LAV45/fix

Tests excess dump removed
This commit is contained in:
Carsten Brandt
2014-05-17 16:18:58 +02:00

View File

@@ -287,7 +287,6 @@ class YiiRequirementChecker
$minCheckResult = true;
}
if ($max !== null) {
var_dump($postMaxSize, $uploadMaxFileSize, $max);
$maxCheckResult = $this->compareByteSize($postMaxSize, $max, '<=') && $this->compareByteSize($uploadMaxFileSize, $max, '<=');
} else {
$maxCheckResult = true;