dimayakovlev / getsimple-cms-extended

GetSimple CMS Extended
https://github.com/dimayakovlev/getsimple-cms-extended
GNU General Public License v3.0
1 stars 0 forks source link

Function subval_sort() return NULL but Array is expected #87

Closed dimayakovlev closed 1 day ago

dimayakovlev commented 1 day ago

Function subval_sort() must always return Array. Fix will remove a lot of warnings like Warning: count(): Parameter must be an array or an object that implements Countable and other errors.

Part of #83.