Uncommented old line of code perhaps it's useful

This commit is contained in:
Rudi Grinberg 2012-09-05 16:39:58 -04:00
parent 7ad4d8cdd6
commit 80fa090f13
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ class ApiController extends Zend_Controller_Action
}
} elseif ($mode == "delete") {
$filepath = $md['MDATA_KEY_FILEPATH'];
//$filepath = str_replace("\\", "", $filepath);
$filepath = str_replace("\\", "", $filepath);
$file = Application_Model_StoredFile::RecallByFilepath($filepath);
if (is_null($file)) {