fix: [adminTools] undeclared variable removal

pull/3470/head
Steve Clement 2018-07-05 18:20:26 +02:00 committed by GitHub
parent bba1820e6c
commit 983d3c26b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class AdminShell extends AppShell
}
public function updateGalaxies() {
$result = $this->Galaxy->update($force);
$result = $this->Galaxy->update();
if ($result) {
echo 'Galaxies updated';
} else {