Корректировка в связи с последними изменениями

This commit is contained in:
Alexander Demidov
2013-12-27 23:06:04 +04:00
parent cf7ba9d2ac
commit e2e35efbc6

View File

@ -106,7 +106,7 @@ abstract class Upload
*/
$greagwar_image = $tmp_file_path;
} else {
$greagwar_image = self::getGreagwarImage(self::getFilePath($tmp_file_path));
$greagwar_image = self::getGreagwarImage($tmp_file_path);
}
if ($width || $height) {
if (!(ImageVariant::getIsClass($image)) && Image::getIsSubClass($image)) {