User tests: Successful: Unsuccessful:
Stuff like JFactory::getApplication()->getUserState('com_content.articles.filter.category_id')
does not work (anymore) because the filter
node is an array, not an object.
This PR fixes the get
metho to also work on arrays in the registry.
Labels |
Added:
?
|
Category | ⇒ | External Library |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-03-02 15:15:43 |
@mbabker @wilsonge Since that class is pulled in from the framework using composer, I think this PR should be done in the framework repo, right?