dever 6 年之前
父節點
當前提交
d4ac1f7764
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      live/lib/Handle.php

+ 3 - 0
live/lib/Handle.php

@@ -72,6 +72,9 @@ class Handle
 
         $stream = $method->getInfo($info['key']);
 
+        $live = array();
+        $hitory = array();
+        
         try {
             $live = $method->getLiveStatus($info['key']);
             $hitory = $method->history($info['key']);