diff --git a/docs/upgrades/upgrade_7.8.4-7.8.5.pl b/docs/upgrades/upgrade_7.8.4-7.8.5.pl index 22ab768ad..897338a92 100644 --- a/docs/upgrades/upgrade_7.8.4-7.8.5.pl +++ b/docs/upgrades/upgrade_7.8.4-7.8.5.pl @@ -246,7 +246,7 @@ MBZK_LPVzqhb4TV4mMRTJg PBtmpl0000000000000088 $data->{isDefault} = 1; } if (scalar keys %{ $data }) { - print "\n\t\tUpdating ".$asset->getTitle." ... "; + print "\n\t\tUpdating ".$asset->getTitle." ... " unless $quiet; $asset->update($data); } }