Jacek Kowalski
2016-02-13 1bf7d8ef0edac533ce65d68669d26aec2f282f95
modules/30_rss.php
@@ -164,7 +164,7 @@
         }
      }
      
      $rss = @simplexml_load_file('./data/rss/'.$arg.'.rss');
      $rss = @simplexml_load_string(file_get_contents('./data/rss/'.$arg.'.rss'));
      if(!$rss) {
         GGapi::putText('Błąd przy przetwarzaniu kanału, przepraszamy.');
         return FALSE;