From f7413cacf6f71075e0e1c39480a4eaba203fc29e Mon Sep 17 00:00:00 2001 From: Naomi Aro Date: Fri, 22 Jul 2011 15:32:01 +0200 Subject: [PATCH] CC-2562 : Allow users to convert linked files into watched directories --- install_minimal/upgrades/airtime-1.9.0/airtime-upgrade.php | 1 + 1 file changed, 1 insertion(+) 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 9f7813c18..a8b977fa1 100644 --- a/install_minimal/upgrades/airtime-1.9.0/airtime-upgrade.php +++ b/install_minimal/upgrades/airtime-1.9.0/airtime-upgrade.php @@ -8,6 +8,7 @@ set_include_path(__DIR__.'/../../../airtime_mvc/library' . PATH_SEPARATOR . get_include_path()); set_include_path(__DIR__.'/../../../airtime_mvc/library/pear' . PATH_SEPARATOR . get_include_path()); +set_include_path(__DIR__.'/../../../airtime_mvc/application/models' . PATH_SEPARATOR . get_include_path()); require_once 'conf.php'; require_once 'DB.php';