use a module that uses the backend model with several categories
there shouldn't be any notice
there is a notice
Notice: Array to string conversion in /administrator/components/com_contact/models/contacts.php on line 134
joomla staging branch
it's just a samll inconsistency in backend models contact.
The filter category_id is expected to be a numeric or an array in getListQuery function, but the store id function assumes it's a string.
hence, setting the filter to an array triggers a warning:
Notice: Array to string conversion in /administrator/components/com_contact/models/contacts.php on line 134
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-08-03 19:18:33 |
Closed_By | ⇒ | zero-24 |
@julienV If you have code / a pull request you don't need to open a issue I will close here and copy the description to your pull request. Thanks