I think this is definite fix

This commit is contained in:
Darko
2014-06-17 10:52:25 +02:00
parent 25522e2cda
commit abaf89d780
2 changed files with 74 additions and 74 deletions
+1 -1
View File
@@ -805,7 +805,7 @@ Class ProcessAdditional
} //Run a PreDB filename check on insert to try and match the release
else if (strpos($file['name'], '.') !== false) {
$this->_release['filename'] = $this->_functions->cutStringUsingLast('.', $file['name'], 'left', false);
$this->_release['releaseid'] = $this->_release['ID'];
$this->_release['releaseID'] = $this->_release['ID'];
$this->_nameFixer->matchPredbFiles($this->_release, 1, 1, true, 1, 'full');
}
}