Last active
May 5, 2016 12:01
-
-
Save AnrietteC/b56ead2e8f9aff16c05e246242304256 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| protected function populateState($ordering = null, $direction = null) | |
| { | |
| # .... other code here | |
| # Get category filter from menu item, 0 means no filter | |
| $catid = $menu_params->get('show_from_category', 0); | |
| if ($catid) | |
| $this->setState('filter.catid', $catid); | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment