Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer-saas
This commit is contained in:
commit
c3c5720dac
|
@ -176,6 +176,7 @@ class Rest_MediaController extends Zend_Rest_Controller
|
||||||
$this->processUploadedFile($callbackUrl, $relativePath, $this->getOwnerId());
|
$this->processUploadedFile($callbackUrl, $relativePath, $this->getOwnerId());
|
||||||
|
|
||||||
if (!$pathToDelete) {
|
if (!$pathToDelete) {
|
||||||
|
Logging::info($pathToDelete);
|
||||||
//delete the empty folder that was uploaded via ftp (if one)
|
//delete the empty folder that was uploaded via ftp (if one)
|
||||||
rmdir($pathToDelete);
|
rmdir($pathToDelete);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue