HOR-814 (Mobile Image) Cuando se toma una foto con la camara frontal, la imagen no puede ser recuperada en otra tarea
This commit is contained in:
@@ -682,7 +682,9 @@ class Light
|
||||
switch($extensions){
|
||||
case 'jpg':
|
||||
case 'jpeg':
|
||||
$imgTmp = imagecreatefromjpeg($path);
|
||||
ini_set('gd.jpeg_ignore_warning', 1);
|
||||
error_reporting(0);
|
||||
$imgTmp = @imagecreatefromjpeg($path);
|
||||
break;
|
||||
case 'gif':
|
||||
$imgTmp = imagecreatefromgif($path);
|
||||
|
||||
Reference in New Issue
Block a user