git 2 år sedan
förälder
incheckning
f024018149
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Home/Lib/Action/ListeningFileCreateAction.class.php

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

@@ -56,7 +56,7 @@ class ListeningFileCreateAction extends Action {
 		    {
 		        echo $item;
 		    }
-			$res1=str_replace("dat","md5",$res);
+			$res1=str_replace(".dat.redis",".md5",$res);
 			unlink($res);
 			unlink($res1);