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