Change log file folder
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user