fix typo in docu

This commit is contained in:
ralf 2023-03-20 19:28:15 +01:00
parent 211c7f9b3a
commit f46163c611

View File

@ -188,7 +188,7 @@ abstract class Ajax extends Api\Framework
ob_end_clean(); ob_end_clean();
//error_log(__METHOD__.'('.array2string($extra).') called from:'.function_backtrace()); //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) // as the old template class has problems if restored from the session (php-restore)
// todo: check if this is still true // todo: check if this is still true
$this->tpl = new Template(EGW_SERVER_ROOT.$this->template_dir); $this->tpl = new Template(EGW_SERVER_ROOT.$this->template_dir);