v1.0.0 RC 1
This commit is contained in:
@@ -16,7 +16,7 @@ class Feed extends PhpObject {
|
||||
|
||||
public function __construct($asDesc, $asItems=array())
|
||||
{
|
||||
parent::__construct();
|
||||
parent::__construct(__CLASS__, Settings::DEBUG);
|
||||
if(!array_key_exists('link', $asDesc))
|
||||
{
|
||||
$asDesc['link'] = 'http://'.$_SERVER['SERVER_NAME'].$_SERVER['SCRIPT_NAME'].'/rss';
|
||||
|
||||
Reference in New Issue
Block a user