fix navbar and age mismatch
This commit is contained in:
@@ -391,7 +391,7 @@ public function save()
|
||||
}
|
||||
unset($node);
|
||||
|
||||
$this->sortTreeByOrder($tree);
|
||||
$this->sortTreeAlpha($tree);
|
||||
|
||||
$flatAlpha = $all;
|
||||
usort($flatAlpha, fn($a, $b) => strnatcasecmp(
|
||||
|
||||
Reference in New Issue
Block a user