modxcms / Collections

An Extra for MODX Revolution that provides for Resource Collections managed by CollectionContainer Resources
GNU General Public License v2.0
53 stars 37 forks source link

fix: Unable to create a new Collections View #358

Closed gitrequests closed 1 year ago

gitrequests commented 1 year ago

Fix https://github.com/modxcms/Collections/issues/349

The method caused an error, because when creating a new collection view, an array is immediately passed as the first argument, and in other cases, a string. Maybe the method should be renamed?

christianseel commented 1 year ago

Recommending to use MR https://github.com/modxcms/Collections/pull/359 instead!