@@ -92,7 +92,7 @@ |
||
92 | 92 | } |
93 | 93 | $tmp[] = $author['name']; |
94 | 94 | } |
95 | - usort($authors, function ($a, $b) { |
|
95 | + usort($authors, function($a, $b) { |
|
96 | 96 | return strcmp($a['name'], $b['name']); |
97 | 97 | }); |
98 | 98 | foreach ($authors as $author) { |