forked from extern/egroupware
fix wrong namespace
This commit is contained in:
parent
921adfb10f
commit
9c3ba4240a
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user