Skip to content

Commit

Permalink
Update PackageController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ngodfraind committed Feb 20, 2015
1 parent 0202109 commit 3a4c7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/Administration/PackageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function listAction()

//the current ip must be whitelisted so it can access the upgrade.html.php script
$this->ipwlm->addIP($_SERVER['REMOTE_ADDR']);
$allowUpdate = true;
$allowUpdate = false;

return array(
'corePackages' => $corePackages,
Expand Down

0 comments on commit 3a4c7b9

Please sign in to comment.