Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.2] Adding undefined vars $filterForm/$activeFilters to HtmlView #43352

Merged
merged 8 commits into from
Aug 13, 2024
Prev Previous commit
Next Next commit
Adding missing $params in CategoryView
  • Loading branch information
Hackwar committed Apr 23, 2024
commit d234252a0a90731b09a13bef41cab90f4d2976c9
9 changes: 9 additions & 0 deletions libraries/src/MVC/View/CategoryView.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ class CategoryView extends HtmlView
*/
protected $state;

/**
* The page parameters
*
* @var \Joomla\Registry\Registry
*
* @since __DEPLOY_VERSION__
*/
protected $params;

/**
* Category items data
*
Expand Down