Make crop editor usable #22
@ -164,6 +164,8 @@ class Thumbnail
|
|||||||
$this->filename_suffix .= 's';
|
$this->filename_suffix .= 's';
|
||||||
elseif ($this->crop_mode === self::CROP_MODE_SLICE_BOTTOM)
|
elseif ($this->crop_mode === self::CROP_MODE_SLICE_BOTTOM)
|
||||||
$this->filename_suffix .= 'b';
|
$this->filename_suffix .= 'b';
|
||||||
|
elseif ($this->crop_mode === self::CROP_MODE_BOUNDARY)
|
||||||
|
$this->filename_suffix .= 'e';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
$this->filename_suffix = '';
|
$this->filename_suffix = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user