Forráskód Böngészése

fixed Map in TableAjax

Piotr Labudda 9 éve
szülő
commit
dea61792d8
1 módosított fájl, 2 hozzáadás és 2 törlés
  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();