Logging for ftp script

This commit is contained in:
drigato 2014-04-16 11:04:46 -04:00
parent cf13952b45
commit 0c2092b33f
1 changed files with 1 additions and 1 deletions

View File

@ -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());