From cb4cf3e2f764dc2639f641167c3b438e554d546b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 22 Jul 2013 17:25:55 +0200 Subject: [PATCH] need to use \OC_Image to escape OCP namespace --- lib/public/image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/image.php b/lib/public/image.php index dcecc077e2..c6dd9a113a 100644 --- a/lib/public/image.php +++ b/lib/public/image.php @@ -25,5 +25,5 @@ namespace OCP; /** * This class provides functions to handle images */ -class Image extends OC_Image { +class Image extends \OC_Image { }