Fixed a bug in FTP upload hook, other minor improvements

* Ensure we have write permissions on any newly uploaded files by FTP
* Don't silence warnings in moveFileToStor()
* Reduced the FTP upload max retry count
* Log E_NOTICE and E_WARNING levels to Sentry
This commit is contained in:
Albert Santoni 2015-03-24 14:56:03 -04:00
parent bc2acaea51
commit d1b28fd564
4 changed files with 9 additions and 3 deletions

View file

@ -124,6 +124,7 @@ class Rest_MediaController extends Zend_Rest_Controller
catch (Exception $e) {
$this->unknownErrorResponse();
Logging::error($e->getMessage());
throw $e;
}
}