mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix typo
This commit is contained in:
parent
20bb80effb
commit
f3bbd83e0d
@ -385,7 +385,7 @@
|
|||||||
if($mod_time >= time() - 10)
|
if($mod_time >= time() - 10)
|
||||||
{
|
{
|
||||||
$data['result'][$target] = lang('Skipped');
|
$data['result'][$target] = lang('Skipped');
|
||||||
unset($target[$key]);
|
unset($targets[$key]);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$files[$mod_time] = $target;
|
$files[$mod_time] = $target;
|
||||||
|
Loading…
Reference in New Issue
Block a user