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.