Commenting out where we delete empty sub folders inside organize folder

This commit is contained in:
drigato 2014-05-07 13:58:39 -04:00
parent 8a342f7ef5
commit 83d9ec413d
1 changed files with 2 additions and 2 deletions

View File

@ -245,8 +245,8 @@ class Rest_MediaController extends Zend_Rest_Controller
$file->setDbMtime($now);
$file->save();
$this->removeEmptySubFolders(
isset($_SERVER['AIRTIME_BASE']) ? $_SERVER['AIRTIME_BASE']."/srv/airtime/stor/organize/" : "/srv/airtime/stor/organize/");
/* $this->removeEmptySubFolders(
isset($_SERVER['AIRTIME_BASE']) ? $_SERVER['AIRTIME_BASE']."/srv/airtime/stor/organize/" : "/srv/airtime/stor/organize/"); */
$this->getResponse()
->setHttpResponseCode(200)