You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
The hook does not get $this as an argument which I consider to be a bug because you cannot adjust anything depending on the module settings (like $arrPages because you have no idea if a root page was set as reference page or not). To me that's the whole purpose of this hook so that's a bug to me :-)
The text was updated successfully, but these errors were encountered:
leofeyer
changed the title
Missing $this argument in customizeSearch hook rendering it somewhat useless
Missing $this in customizeSearch hook
Jan 18, 2018
https://github.com/contao/core/blob/3.5/system/modules/core/modules/ModuleSearch.php#L130
The hook does not get
$this
as an argument which I consider to be a bug because you cannot adjust anything depending on the module settings (like$arrPages
because you have no idea if a root page was set as reference page or not). To me that's the whole purpose of this hook so that's a bug to me :-)The text was updated successfully, but these errors were encountered: