git 2 年 前
コミット
b8f6488763
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      Home/Lib/Action/ListeningFileCreateAction.class.php

+ 1 - 1
Home/Lib/Action/ListeningFileCreateAction.class.php

@@ -148,7 +148,7 @@ class ListeningFileCreateAction extends Action {
 			$data=null;
 			try{
 				 $res =  $redis->rPop($redis_key);	
-			}catch((Exception $e)
+			}catch(Exception $e)
 		   {
 					DahuaUtil::rlog('redis取出数据异常'.$e->getMessage());
 			}