namespace fix
This commit is contained in:
parent
fa6b96090a
commit
268246fac8
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ class Preview {
|
|||
$scalingup = $this->scalingup;
|
||||
|
||||
if(!($image instanceof \OC_Image)){
|
||||
OC_Log::write('core', 'Object passed to resizeAndCrop is not an instance of OC_Image', \OC_Log::DEBUG);
|
||||
\OC_Log::write('core', 'Object passed to resizeAndCrop is not an instance of OC_Image', \OC_Log::DEBUG);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue