From e527afa2fa278dd344106ced9b882c1daddcc042 Mon Sep 17 00:00:00 2001 From: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> Date: Tue, 1 Sep 2020 12:50:28 +0200 Subject: Add variable undeclared ($url) (#3164) * Add variable undeclared ($url) * Update ZipException.php * modify --- app/Exceptions/ZipException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Exceptions') diff --git a/app/Exceptions/ZipException.php b/app/Exceptions/ZipException.php index ad01b87ea..9ed40c4cb 100644 --- a/app/Exceptions/ZipException.php +++ b/app/Exceptions/ZipException.php @@ -4,7 +4,7 @@ class FreshRSS_Zip_Exception extends Exception { private $zipErrorCode = 0; public function __construct($zipErrorCode) { - parent::__construct('ZIP error! ' . $url, 2141); + parent::__construct('ZIP error!', 2141); $this->zipErrorCode = $zipErrorCode; } -- cgit v1.2.3