فهرست منبع

fixed Stoarge add cell to zasoby arg

Piotr Labudda 7 سال پیش
والد
کامیت
57096ddb0b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      SE/se-lib/Route/Storage.php

+ 1 - 1
SE/se-lib/Route/Storage.php

@@ -867,7 +867,7 @@ class Route_Storage extends RouteBase {
 	public function addCellToZasobyAction() {// sends JSON
 		$response = new stdClass();
 		try {
-			$idStorage = V::get('storageId', '', $_GET);
+			$idStorage = V::get('idStorage', '', $_GET);
 			$tblName = V::get('tblName', '', $_GET, 'word');
 			$cellName = V::get('cellName', '', $_GET, 'word');
 			if (empty($tblName)) throw new HttpException("Wrong table name");