From 6fb29e37001dba47c27ef90998377e2af14110c4 Mon Sep 17 00:00:00 2001 From: neilsunw Date: Sat, 8 Feb 2020 21:45:44 -0500 Subject: [PATCH] fix for FPP-Plugin-Twitter fix to get FPP-Plugin-Twitter to work, tested on fpp v3.6.1 --- functions.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.inc.php b/functions.inc.php index 10e86a4..cdcfbc3 100755 --- a/functions.inc.php +++ b/functions.inc.php @@ -40,6 +40,8 @@ function addNewMessage($messageText,$pluginName,$pluginData="",$messageFile="") $pluginVersion = "2.0"; } elseif($pluginName == "FPP-Plugin-EventDate") { // pjd 7/15/2019 added as temp workaround $pluginVersion = "2.0"; + } elseif($pluginName == "Twitter") { //NBP 2/2/2020 + $pluginVersion = "2.0"; //NBP 2/2/2020 } logEntry("Message file passed: ".$messageFile);