From 9cea1f079bce5e8ea9fe0b71a7434b3352929b82 Mon Sep 17 00:00:00 2001 From: drigato Date: Wed, 16 Apr 2014 11:31:42 -0400 Subject: [PATCH] Logging for ftp script --- .../application/modules/rest/controllers/MediaController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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());