Always display document and comment at top, in that order, in additions setup screen

This commit is contained in:
Kijin Sung 2020-10-27 21:46:08 +09:00
parent 4765919d1f
commit c3cc12008e
2 changed files with 2 additions and 2 deletions

View file

@ -150,7 +150,7 @@ class documentView extends document
$oTemplate = &TemplateHandler::getInstance();
$tpl = $oTemplate->compile($this->module_path.'tpl', 'document_module_config');
$obj .= $tpl;
$obj = $tpl . $obj;
return new BaseObject();
}