small fixes

This commit is contained in:
2022-01-31 20:56:27 +01:00
parent a4b67569a4
commit bc4f849ff3
7 changed files with 115 additions and 110 deletions

View File

@@ -99,7 +99,8 @@ final class HomePresenter extends BaseFrontPresenter
public function actionIpa()
{
$this->redirect('Search:ipa',$this->translation,$this->term);
if ($this->term)
$this->redirect('Search:ipa',$this->translation,$this->term);
}
public function actionInteractive()