This commit is contained in:
Roly Rudy Gutierrez Pinto
2018-08-17 15:54:00 -04:00
parent 65aa6d0fa4
commit 0701ebacea

View File

@@ -71,7 +71,7 @@ class DashletRssReader implements DashletInterface
$self->rss = @simplexml_load_string( curl_exec( $pCurl ) );
if ($self->rss) {
$index = 0;
$render = '';
$render = [];
$self->items = $self->rss->channel->item;
if (count( $self->rss->channel ) != 0) {
$status = 'true';