From: Georg Ehrke Date: Wed, 29 May 2013 10:48:21 +0000 (+0200) Subject: namespace fix X-Git-Tag: v6.0.0alpha2~235^2~132 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=268246fac833837d7b9e7a6a2a4559cfadc0a7ab;p=nextcloud-server.git namespace fix --- diff --git a/lib/preview.php b/lib/preview.php index 31812035c49..855d5a9da04 100755 --- a/lib/preview.php +++ b/lib/preview.php @@ -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; }