@@ -136,7 +136,6 @@ |
||
| 136 | 136 | } |
| 137 | 137 | |
| 138 | 138 | return $torrentInList[Torrent\Get::TOTAL_SIZE] < $torrentNotInList[Torrent\Get::TOTAL_SIZE] ? |
| 139 | - $torrentInList : |
|
| 140 | - $torrentNotInList; |
|
| 139 | + $torrentInList : $torrentNotInList; |
|
| 141 | 140 | } |
| 142 | 141 | } |