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

This commit is contained in:
Naomi Aro 2011-07-22 15:54:49 +02:00
parent eb3584dfa6
commit 6f9a5b3d3f
2 changed files with 3 additions and 3 deletions

View file

@ -638,7 +638,7 @@ class Airtime190Upgrade{
->filterByDbDirectory(NULL)
->find();
// You won't get a Fatal error for not enough memory with the following code
//Check to see if the file still exists. (Could have still some entries
foreach($db_files as $db_file) {
echo $db_file->DbTrackTitle();
}