Skip to content

Commit

Permalink
Fix bug with UploaderManager
Browse files Browse the repository at this point in the history
  • Loading branch information
nilov committed Jul 4, 2016
1 parent b0e7d30 commit bec9bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Manager/UploaderManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public function handleUpload($entity, $requestId=null, $options = array())
$requestId = $request->get('_glavweb_uploader_request_id');

if (!$requestId) {
throw new RequestEmptyException();
return;
}

$driverAnnotation = $this->getDriverAnnotation();
Expand Down

0 comments on commit bec9bb1

Please sign in to comment.