From 61a4693268ef4634c17d7c08cee02e5db21ca888 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 14 Mar 2012 13:54:44 +0000 Subject: [PATCH] --- inc/ws/Util/html5/class.ws.html5.compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index 220347d93..a288d089a 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -1058,7 +1058,7 @@ class wsHTML5Compiler { if (!file_exists(dirname($d))) { mkdir(dirname($d), 0777, true); } - if(file_exists($d) && filemtime($d)>=filemetime($s) && filesize($d)==$filesize($s)){ + if(file_exists($d) && filemtime($d)>=filemtime($s) && filesize($d)==filesize($s)){ continue; } copy($s, $d); -- 2.39.5