Ver código fonte

fixed ob buffer in TableAjax

Piotr Labudda 8 anos atrás
pai
commit
050bce1aa9
1 arquivos alterados com 1 adições e 3 exclusões
  1. 1 3
      SE/se-lib/TableAjax.php

+ 1 - 3
SE/se-lib/TableAjax.php

@@ -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) {