Change log file folder

This commit is contained in:
2023-08-06 13:24:00 +02:00
parent dd4469c349
commit e1cf78b992
6 changed files with 16 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ class Feed extends PhpObject
*/
public function __construct($asChannel=array(), $asItems=array())
{
parent::__construct(__CLASS__, Settings::DEBUG);
parent::__construct(__CLASS__);
if(!empty($asChannel) && !array_key_exists('link', $asChannel))
{
$asChannel['link'] = $_SERVER['REQUEST_SCHEME'].'://'.$_SERVER['SERVER_NAME'].$_SERVER['SCRIPT_NAME'].'/rss';