CC-2282 Import script does not restore storage from backup if database is intact
making spaces after ifs to follow coding standards.
This commit is contained in:
parent
71ac8d4b1b
commit
2866bf46cd
2 changed files with 3 additions and 3 deletions
|
@ -211,7 +211,7 @@ function import_audio_file($p_filepath, $p_importMode = null, $p_testOnly = fals
|
|||
}
|
||||
|
||||
//row exists in database
|
||||
if(isset($duplicate)) {
|
||||
if (isset($duplicate)) {
|
||||
if (file_exists($duplicate->getRealFilePath())) {
|
||||
echo "DUPLICATE: $p_filepath\n";
|
||||
$g_duplicates++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue