diff --git a/airtime_mvc/application/modules/rest/controllers/MediaController.php b/airtime_mvc/application/modules/rest/controllers/MediaController.php index 4e9d7ee84..c9ddfc568 100644 --- a/airtime_mvc/application/modules/rest/controllers/MediaController.php +++ b/airtime_mvc/application/modules/rest/controllers/MediaController.php @@ -105,7 +105,7 @@ class Rest_MediaController extends Zend_Rest_Controller } public function postAction() - { + {Logging::info("POST --- start"); if (!$this->verifyAuth(true, true)) { return; @@ -126,7 +126,7 @@ class Rest_MediaController extends Zend_Rest_Controller ->appendBody("ERROR: Disk Quota reached."); return; } -Logging::info("POST --- start"); + $file = new CcFiles(); $whiteList = $this->removeBlacklistedFieldsFromRequestData($this->getRequest()->getPost());