Fix warning
This commit is contained in:
parent
6c2a17b29a
commit
5ef3ffbdc6
@ -168,7 +168,7 @@ class Utils
|
|||||||
$this->output = $langs->trans("PurgeNDirectoriesDeleted", $countdeleted);
|
$this->output = $langs->trans("PurgeNDirectoriesDeleted", $countdeleted);
|
||||||
if ($count > $countdeleted) $this->output .= '<br>'.$langs->trans("PurgeNDirectoriesFailed", ($count - $countdeleted));
|
if ($count > $countdeleted) $this->output .= '<br>'.$langs->trans("PurgeNDirectoriesFailed", ($count - $countdeleted));
|
||||||
} else {
|
} else {
|
||||||
$this->output = $langs->trans("PurgeNothingToDelete").($choice == 'tempfilesold' ? ' (older than 24h)' : '');
|
$this->output = $langs->trans("PurgeNothingToDelete").(in_array('tempfilesold', $choicesarray) ? ' (older than 24h for temp files)' : '');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Recreate temp dir that are not automatically recreated by core code for performance purpose, we need them
|
// Recreate temp dir that are not automatically recreated by core code for performance purpose, we need them
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user