git 2 years ago
parent
commit
b8f6488763
1 changed files with 1 additions and 1 deletions
  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());
 			}