Invalid argument supplied for foreach() (#2)
Line: 88
File: /home/xtgem/market/controllers/widget_controller.php
if ( $xml )
{
$data = array ();
foreach ( $xml -> channel -> item as $item )
{
preg_match ( '#<img.+\/>#s', ( string ) $item -> description [ 0 ], $m );