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());
 			}