mirror of https://github.com/MISP/MISP
fix: [adminTools] undeclared variable removal
parent
bba1820e6c
commit
983d3c26b2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue