cmsimple-xh / xhshop

A simple shop for CMSimple_XH
GNU General Public License v3.0
4 stars 3 forks source link

has to be protected function #229

Closed manu37 closed 3 years ago

manu37 commented 3 years ago

https://github.com/cmsimple-xh/xhshop/blob/304d88ed913d3dca6041a98336b40c2b0213f660/classes/View.php#L176 Has to be a protected function(). Otherwise it crashes in BackEndView.php when no categories defined.

cmb69 commented 3 years ago

Good point! Maybe make all private methods in that class protected?