From b6d1c7a58f9590c5c050c4de563d05551c842ad1 Mon Sep 17 00:00:00 2001 From: Dag Date: Thu, 24 Mar 2022 02:01:31 +0100 Subject: [PATCH] fix: php notice Fixes: Notice: Undefined variable: message in /home/rssbridge/public/lib/contents.php on line 39 --- lib/contents.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/contents.php b/lib/contents.php index 0d062aa2..ce7d335a 100644 --- a/lib/contents.php +++ b/lib/contents.php @@ -36,12 +36,10 @@ class GetContentsException extends \Exception { **/ class CloudflareChallengeException extends \Exception { public function __construct($code = 0, Throwable $previous = null) { - if (!$message) { - $message = <<