This commit is contained in:
Nathan Gray 2011-12-09 19:11:14 +00:00
parent 20bb80effb
commit f3bbd83e0d

View File

@ -385,7 +385,7 @@
if($mod_time >= time() - 10)
{
$data['result'][$target] = lang('Skipped');
unset($target[$key]);
unset($targets[$key]);
continue;
}
$files[$mod_time] = $target;