glFusion / glfusion

glFusion CMS - Advanced Content Management with Style
https://www.glfusion.org
GNU General Public License v2.0
14 stars 15 forks source link

Potential bug in lib-common.php #594

Open cygnus8929 opened 1 year ago

cygnus8929 commented 1 year ago

When running with XDebug active, I get the following warning in lib-common.php on line 1647 (see below). The arguments for the in_array() call should be reversed since $selected is an array (the haystack).

image