bridges: Fix bridges failing unit test

This commit is contained in:
logmanoriginal 2018-08-05 15:53:45 +02:00
parent 6bceb2b2db
commit 5fea9fc1f5
9 changed files with 15 additions and 17 deletions

View file

@ -127,7 +127,7 @@ class YGGTorrentBridge extends BridgeAbstract {
}
public function collectTorrentData($url) {
private function collectTorrentData($url) {
//For weird reason, the link we get can be invalid, we fix it.
$url_full = explode('/', $url);