mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 13:34:25 +00:00
remove undefined variable from CLI output
This commit is contained in:
parent
fde30da74c
commit
db7e92391d
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user