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