mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-05 21:55:24 -04:00
Add variable undeclared ($url) (#3164)
* Add variable undeclared ($url) * Update ZipException.php * modify
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user