Skip to content

Commit

Permalink
Allow to profile search by year of birth #19
Browse files Browse the repository at this point in the history
  • Loading branch information
digedag committed Mar 31, 2024
1 parent a501e98 commit a9477d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Controller/Profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ protected function getContent($template, &$configurations, &$formatter, $formToo
}

$searcher = tx_rnbase::makeInstance(ProfileSearcher::class, $this->mod, $settings);

$content .= $this->doc->section($lang->getLL('msg_search_person'), $searcher->getSearchForm(), 0, 1);

if (!$this->hideResults) {
Expand Down

0 comments on commit a9477d9

Please sign in to comment.