From 89a4c2e1e3f7890a0de47efdfdbbd3ae02ef1af9 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 29 Sep 2011 14:47:07 -0400 Subject: [PATCH] - Changing -3 to PHP constant --- airtime_mvc/application/models/StoredFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/models/StoredFile.php b/airtime_mvc/application/models/StoredFile.php index db73f4278..4bb172c8b 100644 --- a/airtime_mvc/application/models/StoredFile.php +++ b/airtime_mvc/application/models/StoredFile.php @@ -958,7 +958,7 @@ class Application_Model_StoredFile { $this->setSoundCloudErrorCode($code); $this->setSoundCloudErrorMsg($msg); // setting sc id to -3 which indicates error - $this->setSoundCloudFileId(-3); + $this->setSoundCloudFileId(SOUNDCLOUD_ERROR); if(!in_array($code, array(0, 100))) { break; }