frontend update + fixes

This commit is contained in:
2017-09-13 01:12:07 +02:00
parent 565b2113a5
commit 2ba04b92d7
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ foreach ($pieces as $piece) {
}
}
if ($argv[1]) {
if (isset($argv[1])) {
$key = $argv[1];
uasort($table, function($a, $b) use ($key) {
$av = $a[$key] ?? 0;