From d4063a823418780a3822c3ea1e3f7c5a2a2c105f Mon Sep 17 00:00:00 2001 From: James Date: Mon, 3 Oct 2011 17:38:57 -0400 Subject: [PATCH] CC-2873: Soundcloud plugin doesn't log any error when there is an error with soundcloud uploading through api controller - changed constant name to 'SOUNDCLOUD_NOT_UPLOADED_YET' --- airtime_mvc/application/configs/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/configs/constants.php b/airtime_mvc/application/configs/constants.php index 0ec295c26..50008e3f8 100644 --- a/airtime_mvc/application/configs/constants.php +++ b/airtime_mvc/application/configs/constants.php @@ -37,6 +37,6 @@ define('UI_PLAYLIST_SESSNAME', 'PLAYLIST'); // Soundcloud contants -define('SOUNDCLOUD_NULL', -1); +define('SOUNDCLOUD_NOT_UPLOADED_YET', -1); define('SOUNDCLOUD_PROGRESS', -2); define('SOUNDCLOUD_ERROR', -3);