- install failed due to wrong metadata key
- wrong controller action called
This commit is contained in:
parent
4200059200
commit
ccd6447696
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue