fix wrong namespace

This commit is contained in:
Ralf Becker 2016-05-31 12:30:08 +02:00
parent 921adfb10f
commit 9c3ba4240a

View File

@ -115,7 +115,7 @@ class Base
try { try {
return $this->template = new Api\Framework\Template(Api\Framework\Template::get_dir($this->currentapp)); 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); unset($e);
return null; return null;
} }