Explorar el Código

fixed Map in TableAjax

Piotr Labudda hace 9 años
padre
commit
dea61792d8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      SE/se-lib/TableAjax.php

+ 2 - 2
SE/se-lib/TableAjax.php

@@ -248,7 +248,7 @@ class TableAjax extends ViewAjax {
 		return false;
 	}
 
-	public function renderStatic() {
+	public function renderStatic($tblAjaxMap = null) {
 		static $_rendered = false;
 		if ($_rendered) return;
 
@@ -398,7 +398,7 @@ class TableAjax extends ViewAjax {
 
 		$jsToogleFiltrProcesuFunctionName = 'tableAjaxToggleFiltrProcesInit';
 		ob_start();
-		$this->renderStatic();
+		$this->renderStatic($tblAjaxMap);
 		UI::startContainer();
 		UI::showMessagesForTable($this->_tbl);
 		UI::endContainer();