namespace fix

This commit is contained in:
Georg Ehrke 2013-05-29 12:48:21 +02:00
parent fa6b96090a
commit 268246fac8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}