Pārlūkot izejas kodu

check if ->resource is a resource

tags/v6.0.0alpha2
Georg Ehrke pirms 10 gadiem
vecāks
revīzija
4574c5cf5c
1 mainītis faili ar 4 papildinājumiem un 2 dzēšanām
  1. 4
    2
      lib/image.php

+ 4
- 2
lib/image.php Parādīt failu

@@ -496,8 +496,10 @@ class OC_Image {
return false;
}
$this->resource = @imagecreatefromstring($str);
imagealphablending($this->resource, false);
imagesavealpha($this->resource, true);
if(is_resource($this->resource)) {
imagealphablending($this->resource, false);
imagesavealpha($this->resource, true);
}

if(!$this->resource) {
OC_Log::write('core', 'OC_Image->loadFromData, couldn\'t load', OC_Log::DEBUG);

Notiek ielāde…
Atcelt
Saglabāt