summaryrefslogtreecommitdiffstats
path: root/command/verifyinstall.php
diff options
context:
space:
mode:
Diffstat (limited to 'command/verifyinstall.php')
-rw-r--r--command/verifyinstall.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/command/verifyinstall.php b/command/verifyinstall.php
index 991196655..4277ff6e7 100644
--- a/command/verifyinstall.php
+++ b/command/verifyinstall.php
@@ -24,9 +24,9 @@ class VerifyInstall extends Command {
private $fileChecksums;
- public function __construct($fileChecksums) {
+ public function __construct($checksums) {
parent::__construct();
- $this->fileChecksums = $fileChecksums;
+ $this->fileChecksums = $checksums;
}
protected function configure() {