mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
fix typo in docu
This commit is contained in:
parent
211c7f9b3a
commit
f46163c611
@ -188,7 +188,7 @@ abstract class Ajax extends Api\Framework
|
||||
ob_end_clean();
|
||||
//error_log(__METHOD__.'('.array2string($extra).') called from:'.function_backtrace());
|
||||
|
||||
// the instanciation of the template has to be here and not in the constructor,
|
||||
// the instantiation of the template has to be here and not in the constructor,
|
||||
// as the old template class has problems if restored from the session (php-restore)
|
||||
// todo: check if this is still true
|
||||
$this->tpl = new Template(EGW_SERVER_ROOT.$this->template_dir);
|
||||
|
Loading…
Reference in New Issue
Block a user