- install failed due to wrong metadata key

- wrong controller action called
This commit is contained in:
denise 2012-11-07 12:05:20 -05:00
parent 4200059200
commit ccd6447696
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ class Application_Model_StoredFile
$this->_file->setDbOwnerId( $owner->getDbId() );
} else {
Logging::info("Could not find suitable owner for file
'".$p_md['MDATA_KEY_FILEPATH']."'");
'".$p_md['filepath']."'");
}
}
# We don't want to process owner_id in bulk because we already

View File

@ -616,7 +616,7 @@ var AIRTIME = (function(AIRTIME) {
text: aData.track_title
},
ajax: {
url: baseUrl+"/Library/get-file-meta-data",
url: baseUrl+"/Library/get-file-metadata",
type: "get",
data: ({format: "html", id : aData.id, type: aData.ftype}),
success: function(data, status) {