Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Storage: Fix release media
Browse files Browse the repository at this point in the history
This sets the correct query parameter.
  • Loading branch information
fbergkemper committed Oct 5, 2016
1 parent 1739003 commit cbcc032
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -152,7 +152,7 @@ public function detailsAction()
}
elseif($action == "release") {
$storage = $this->params()->fromQuery('storage');
$drive = $this->params()->fromQuery('drive');
$drive = $this->params()->fromQuery('srcslots');

try {
$result = $this->getStorageModel()->releaseSlot($this->bsock, $storage, $drive);
Expand Down

0 comments on commit cbcc032

Please sign in to comment.