|
|
@@ -3745,9 +3745,7 @@ function hidePopover() {
|
|
|
'URL_UPLOAD_FILES_AJAX' => "index.php?_route=ViewTableAjax&_task=uploadFilesAjax",
|
|
|
]);
|
|
|
UI::setTitle($this->_acl->getRawLabel(100) . " - " . UI::getTitle());
|
|
|
- $out = ob_get_contents();
|
|
|
- ob_end_clean();
|
|
|
- return $out;
|
|
|
+ return ob_get_clean();
|
|
|
}
|
|
|
|
|
|
public function _viewProcesInitListItem($vInitId, $gotoIds, $pInitList) {
|