Преглед изворни кода

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");