]> source.dussan.org Git - nextcloud-server.git/commitdiff
namespace fix
authorGeorg Ehrke <georg@ownCloud.com>
Wed, 29 May 2013 10:48:21 +0000 (12:48 +0200)
committerGeorg Ehrke <georg@ownCloud.com>
Wed, 29 May 2013 10:48:21 +0000 (12:48 +0200)
lib/preview.php

index 31812035c4986d7694c47ed7e4485485f561afde..855d5a9da04a236c0d4562219344cd2d254f5de8 100755 (executable)
@@ -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;
                }