Validating many warnings and notices

This commit is contained in:
Julio Cesar Laura
2013-01-31 10:41:53 -04:00
parent 73e141e430
commit c861260c67
5 changed files with 11 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ class dashletRssReader implements DashletInterface
) );
}
$self = new stdclass();
$self->rss = @simplexml_load_string( curl_exec( $pCurl ) );
if ($self->rss) {
$index = 0;