From 99469307d205ae39b845dc3afab10938d1c97f32 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 6 Oct 2011 11:42:36 -0400 Subject: [PATCH] CC-2939: phone_home_stat crash -fixed --- utils/phone_home_stat.php | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/phone_home_stat.php b/utils/phone_home_stat.php index 65b6a57b5..cd36afe77 100644 --- a/utils/phone_home_stat.php +++ b/utils/phone_home_stat.php @@ -34,6 +34,7 @@ require_once($CC_CONFIG['phpDir'].'/application/models/StoredFile.php'); require_once($CC_CONFIG['phpDir'].'/application/models/Playlist.php'); require_once($CC_CONFIG['phpDir'].'/application/models/Schedule.php'); require_once($CC_CONFIG['phpDir'].'/application/models/Show.php'); +require_once($CC_CONFIG['phpDir'].'/application/models/ShowInstance.php'); require_once($CC_CONFIG['phpDir'].'/application/models/Preference.php'); //Pear classes.