HOR-4815
This commit is contained in:
@@ -71,7 +71,7 @@ class DashletRssReader implements DashletInterface
|
|||||||
$self->rss = @simplexml_load_string( curl_exec( $pCurl ) );
|
$self->rss = @simplexml_load_string( curl_exec( $pCurl ) );
|
||||||
if ($self->rss) {
|
if ($self->rss) {
|
||||||
$index = 0;
|
$index = 0;
|
||||||
$render = '';
|
$render = [];
|
||||||
$self->items = $self->rss->channel->item;
|
$self->items = $self->rss->channel->item;
|
||||||
if (count( $self->rss->channel ) != 0) {
|
if (count( $self->rss->channel ) != 0) {
|
||||||
$status = 'true';
|
$status = 'true';
|
||||||
|
|||||||
Reference in New Issue
Block a user