CC-2562 : Allow users to convert linked files into watched directories

This commit is contained in:
Naomi Aro 2011-07-22 16:25:49 +02:00
parent 35f76bf844
commit 674509880f

View file

@ -638,9 +638,9 @@ class Airtime190Upgrade{
->filterByDbDirectory(NULL) ->filterByDbDirectory(NULL)
->find(); ->find();
//Check to see if the file still exists. (Could have still some entries //Check to see if the file still exists. (Could have still some entries under the stor dir or linked files that don't exist)
foreach($db_files as $db_file) { foreach($db_files as $db_file) {
echo $db_file->DbTrackTitle(); echo $db_file->getDbTrackTitle();
} }
} }
} }