@@ -142,7 +142,7 @@ |
||
142 | 142 | $file = $this->app->get('blogfile'); |
143 | 143 | $data = json_decode(file_get_contents($file), true); |
144 | 144 | |
145 | - uasort($data, function ($a, $b) { |
|
145 | + uasort($data, function($a, $b) { |
|
146 | 146 | if (strpos($a['body'], 'cross post') === false) { |
147 | 147 | $a = count($a['active_votes']); |
148 | 148 | $b = count($b['active_votes']); |