CC-2562 : Allow users to convert linked files into watched directories

This commit is contained in:
Naomi Aro 2011-07-25 16:21:42 +02:00
parent 0b5e3a54b4
commit 96284a2a44
3 changed files with 15 additions and 5 deletions

View file

@ -449,11 +449,11 @@ class ApiController extends Zend_Controller_Action
if (is_null($file)) {
$file = StoredFile::Insert($md);
} else {
}
else {
$this->view->error = "File already exists in Airtime.";
return;
}
}
else if ($mode == "modify") {
$filepath = $md['MDATA_KEY_FILEPATH'];