CC-2936: Soundcloud: handle the case where the soundcloud server
is not responsive - fixed
This commit is contained in:
parent
c35f77a9aa
commit
04bcd47a31
|
@ -13,7 +13,6 @@ require_once 'DB.php';
|
|||
|
||||
require_once 'Preference.php';
|
||||
require_once __DIR__.'/controllers/plugins/RabbitMqPlugin.php';
|
||||
require_once 'soundcloud-api/Services/Soundcloud.php';
|
||||
|
||||
global $CC_CONFIG, $CC_DBC;
|
||||
$dsn = $CC_CONFIG['dsn'];
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
require_once 'soundcloud-api/Services/Soundcloud.php';
|
||||
|
||||
class Application_Model_Soundcloud {
|
||||
|
||||
|
|
Loading…
Reference in New Issue