Tv.php
authorAlan Knowles <alan@akbkhome.com>
Sat, 29 Oct 2011 12:33:12 +0000 (20:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 29 Oct 2011 12:33:12 +0000 (20:33 +0800)
Tv.php

diff --git a/Tv.php b/Tv.php
index d358536..2384e38 100644 (file)
--- a/Tv.php
+++ b/Tv.php
@@ -498,7 +498,7 @@ class XML_Tv
     {
         // remove sponsor message.
         $title_pre = '';
-        list($title, $fuldesc) = explode("&gt;&gt;",$description);
+        @list($title, $fuldesc) = explode("&gt;&gt;",$description);