mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-26 23:03:51 +01:00
Merge
This commit is contained in:
@@ -54,7 +54,7 @@ function ksonParse($path){
|
||||
/**
|
||||
* Group by $supported
|
||||
*/
|
||||
function groupByCategory(&$supported){
|
||||
function groupByCategory($supported){
|
||||
$grouped = Array();
|
||||
foreach($supported as $key => $val){
|
||||
if(!array_key_exists($val[1],$grouped)){
|
||||
|
||||
Reference in New Issue
Block a user