CC-2936: Soundcloud: handle the case where the soundcloud server

is not responsive

- fixed
This commit is contained in:
James 2011-10-05 17:48:25 -04:00
parent c35f77a9aa
commit 04bcd47a31
2 changed files with 1 additions and 1 deletions

View File

@ -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'];

View File

@ -1,4 +1,5 @@
<?php
require_once 'soundcloud-api/Services/Soundcloud.php';
class Application_Model_Soundcloud {