Przeglądaj źródła

fixed Stoarge add cell to zasoby arg

Piotr Labudda 7 lat temu
rodzic
commit
57096ddb0b
1 zmienionych plików z 1 dodań i 1 usunięć
  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");