mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
🎨 Fix indention
This commit is contained in:
parent
ea2c5de468
commit
0e2060dd15
@ -97,14 +97,14 @@ class Label extends BootstrapComponent
|
||||
if ($a->_sortOrder == $b->_sortOrder) {
|
||||
return 0;
|
||||
} elseif ($a->_sortOrder < $b->_sortOrder) {
|
||||
return - 1;
|
||||
} else {
|
||||
return 1;
|
||||
}
|
||||
return - 1;
|
||||
} else {
|
||||
return 1;
|
||||
}
|
||||
});
|
||||
|
||||
return $labels;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user