From 9c3ba4240a7fad0a17f90dd8d6f060c19a5c04b8 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 31 May 2016 12:30:08 +0200 Subject: [PATCH] fix wrong namespace --- api/src/Egw/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Egw/Base.php b/api/src/Egw/Base.php index 3bfafad330..80be600b18 100644 --- a/api/src/Egw/Base.php +++ b/api/src/Egw/Base.php @@ -115,7 +115,7 @@ class Base try { return $this->template = new Api\Framework\Template(Api\Framework\Template::get_dir($this->currentapp)); } - catch (EGroupware\Api\Exception\WrongParameter $e) { + catch (Api\Exception\WrongParameter $e) { unset($e); return null; }