Logging statement. To remove later.
This commit is contained in:
parent
f428a2d960
commit
79687499aa
|
@ -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