cc-1799 File system change
error in this loop variables from copy/paste.
This commit is contained in:
parent
d5a3aaf3d0
commit
a05b02b0dc
|
@ -105,7 +105,7 @@ class StoredFile {
|
||||||
else {
|
else {
|
||||||
foreach ($p_md as $dbColumn => $mdValue) {
|
foreach ($p_md as $dbColumn => $mdValue) {
|
||||||
//don't blank out name, defaults to original filename on first insertion to database.
|
//don't blank out name, defaults to original filename on first insertion to database.
|
||||||
if($p_category == "track_title" && (is_null($p_value) || $p_value == "")) {
|
if($dbColumn == "track_title" && (is_null($mdValue) || $mdValue == "")) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$propelColumn = $this->_dbMD[$dbColumn];
|
$propelColumn = $this->_dbMD[$dbColumn];
|
||||||
|
|
Loading…
Reference in New Issue