diff options
Diffstat (limited to 'app/Controller/AdvancedSearchController.php')
| -rw-r--r-- | app/Controller/AdvancedSearchController.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/Controller/AdvancedSearchController.php b/app/Controller/AdvancedSearchController.php index efb9aee478..143504a42c 100644 --- a/app/Controller/AdvancedSearchController.php +++ b/app/Controller/AdvancedSearchController.php @@ -643,9 +643,7 @@ class AdvancedSearchController extends SearchController { echo format_indi_table($this->myindilist); return true; } else { - if ($this->isPostBack) { - echo '<p class="ui-state-highlight">', I18N::translate('No results found.'), '</p>'; - } + echo '<p class="ui-state-highlight">', I18N::translate('No results found.'), '</p>'; return false; } } |
