From: vincent@cubedesigners.com Date: Wed, 14 Mar 2012 13:54:44 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=61a4693268ef4634c17d7c08cee02e5db21ca888;p=cubeextranet.git --- 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);