Smile-SA / mongogento

98 stars 48 forks source link

Fix a bug, where ksort return value is being misused in return statement #37

Open OnTapKristjan opened 7 years ago

OnTapKristjan commented 7 years ago

According to http://php.net/manual/en/function.ksort.php - ksort return value is a bool, the method signature expects an array instead. This fixes a problem with layered navigation not being displayed.