From: Jeremy Benoist Date: Mon, 19 Sep 2016 09:23:07 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/master' into 2.1 X-Git-Tag: 2.1.0~33 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=d7b4b2c72cd1c9ad967ecfec668d5b0b9e794149 Merge remote-tracking branch 'origin/master' into 2.1 --- d7b4b2c72cd1c9ad967ecfec668d5b0b9e794149 diff --cc src/Wallabag/CoreBundle/Command/InstallCommand.php index bd7b55f9,035eb865..3873d2d3 --- a/src/Wallabag/CoreBundle/Command/InstallCommand.php +++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php @@@ -69,10 -70,12 +69,12 @@@ class InstallCommand extends ContainerA protected function checkRequirements() { - $this->defaultOutput->writeln('Step 1 of 5. Checking system requirements.'); + $this->defaultOutput->writeln('Step 1 of 4. Checking system requirements.'); - $fulfilled = true; + $rows = []; + // testing if database driver exists + $fulfilled = true; $label = 'PDO Driver'; $status = 'OK!'; $help = '';