remove undefined variable from CLI output

This commit is contained in:
ghost 2023-07-30 18:06:46 +03:00
parent fde30da74c
commit db7e92391d

View File

@ -154,7 +154,7 @@ switch ($argv[1]) {
$db->deleteHostPageSnapStorages($hostPageSnap->hostPageSnapId);
$db->deleteHostPageSnap($hostPageSnap->hostPageSnapId);
CLI::danger(sprintf(_('delete snap index: #%s file: %s not found in the any of storage;'), $hostPageSnap->hostPageSnapId, $filename));
CLI::danger(sprintf(_('delete snap index: #%s file: not found in the any of storage;'), $hostPageSnap->hostPageSnapId));
$db->commit();