From 7366fa60fc29def0893d6b0b6b80fb47a27df210 Mon Sep 17 00:00:00 2001 From: Codenift Date: Sun, 13 Oct 2019 16:23:06 -0400 Subject: [PATCH] Change to display a better message Replaced with a better message they can understand --- airtime_mvc/application/common/FileDataHelper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/common/FileDataHelper.php b/airtime_mvc/application/common/FileDataHelper.php index 80c5308b4..3c576f685 100644 --- a/airtime_mvc/application/common/FileDataHelper.php +++ b/airtime_mvc/application/common/FileDataHelper.php @@ -118,7 +118,7 @@ class FileDataHelper { $getFileInfo = $getID3->analyze($analyzeFile); } else { $getFileInfo = []; - Logging::error("Failed to load getid3 library. Please upgrade script."); + Logging::error("Failed to load getid3 library. Please upgrade Libretime."); } if(isset($getFileInfo['comments']['picture'][0])) { @@ -198,7 +198,7 @@ class FileDataHelper { $getFileInfo = $getID3->analyze($fullpath); } else { $getFileInfo = []; - Logging::error("Failed to load getid3 library. Please upgrade script."); + Logging::error("Failed to load getid3 library. Please upgrade Libretime."); } if(isset($getFileInfo['comments']['picture'][0])) {