Преглед на файлове

make disabled apps more clear during upgrade

tags/v11.0RC2
Robin Appelman преди 8 години
родител
ревизия
e783006fe2
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      core/Command/Upgrade.php

+ 2
- 2
core/Command/Upgrade.php Целия файл

@@ -250,10 +250,10 @@ class Upgrade extends Command {
$output->writeln('<info>Checked database schema update</info>');
});
$updater->listen('\OC\Updater', 'incompatibleAppDisabled', function ($app) use($output) {
$output->writeln('<info>Disabled incompatible app: ' . $app . '</info>');
$output->writeln('<comment>Disabled incompatible app: ' . $app . '</comment>');
});
$updater->listen('\OC\Updater', 'thirdPartyAppDisabled', function ($app) use ($output) {
$output->writeln('<info>Disabled 3rd-party app: ' . $app . '</info>');
$output->writeln('<comment>Disabled 3rd-party app: ' . $app . '</comment>');
});
$updater->listen('\OC\Updater', 'upgradeAppStoreApp', function ($app) use($output) {
$output->writeln('<info>Update 3rd-party app: ' . $app . '</info>');

Loading…
Отказ
Запис