diff --git a/Application/Home/Controller/HomeController.class.php b/Application/Home/Controller/HomeController.class.php index d74b348e0..6c5656f02 100644 --- a/Application/Home/Controller/HomeController.class.php +++ b/Application/Home/Controller/HomeController.class.php @@ -310,7 +310,7 @@ class HomeController extends Controller } else { $downloadUrl = $applyService->getDownloadUrl($apply); if ($force) { - $downloadUrl .= '/force/' . $force + $downloadUrl .= '/force/' . $force; } }