From cb4cf3e2f764dc2639f641167c3b438e554d546b Mon Sep 17 00:00:00 2001 From: Jörn Friedrich Dreyer Date: Mon, 22 Jul 2013 17:25:55 +0200 Subject: need to use \OC_Image to escape OCP namespace --- lib/public/image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public') diff --git a/lib/public/image.php b/lib/public/image.php index dcecc077e2f..c6dd9a113ab 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 { } -- cgit v1.2.3