Skip to content

Commit

Permalink
Update Classes/Controller/ToolboxController.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Meyer <[email protected]>
  • Loading branch information
markusweigelt and sebastian-meyer authored Jan 10, 2025
1 parent a909ca2 commit d67d750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/ToolboxController.php
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ private function renderImageManipulationTool(): void
private function renderModelDownloadTool(): void
{
$modelUrl = $this->getModelUrl();
if ($modelUrl) {
if ($modelUrl === '') {
$this->logger->debug("Model URL could not be determined");
return;
}
Expand Down

0 comments on commit d67d750

Please sign in to comment.