|
@@ -919,7 +919,7 @@ public function showPowiazaniaEnergaRumKontrahenciPowiazania($items) {
|
|
|
|
|
|
|
|
|
public function fetchFromBazaAjaxAction() {
|
|
|
- Response::sendTryCatchJson(array($this, 'fetchFromBazaAjax'), $args = $_REQUEST);
|
|
|
+ Response::sendTryCatchJson(array($this, 'fetchFromBazaAjax'), $args = 'JSON_FROM_REQUEST_BODY');
|
|
|
}
|
|
|
public function fetchFromBazaAjax($args) {
|
|
|
$baza= V::get('baza', 1, $args);
|