From 674509880f9548baedf423519c50543822c64afe Mon Sep 17 00:00:00 2001 From: Naomi Aro Date: Fri, 22 Jul 2011 16:25:49 +0200 Subject: [PATCH] CC-2562 : Allow users to convert linked files into watched directories --- install_minimal/upgrades/airtime-1.9.0/airtime-upgrade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_minimal/upgrades/airtime-1.9.0/airtime-upgrade.php b/install_minimal/upgrades/airtime-1.9.0/airtime-upgrade.php index 7fdb23752..eabf8969a 100644 --- a/install_minimal/upgrades/airtime-1.9.0/airtime-upgrade.php +++ b/install_minimal/upgrades/airtime-1.9.0/airtime-upgrade.php @@ -638,9 +638,9 @@ class Airtime190Upgrade{ ->filterByDbDirectory(NULL) ->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) { - echo $db_file->DbTrackTitle(); + echo $db_file->getDbTrackTitle(); } } }