Skip to content

Commit

Permalink
6.4.173
Browse files Browse the repository at this point in the history
  • Loading branch information
mschering committed Oct 1, 2020
1 parent 022cdbb commit 9ca1ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/go/base/ModuleCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public function isInstalled($name, $checkEnabled = true)
{
$model = $this->model->findByName($name);

if (!$model || static::isAllowed($model->name))
if (!$model || !static::isAllowed($model->name))
return false;

if ($checkEnabled && !$model->enabled)
Expand Down

0 comments on commit 9ca1ebc

Please sign in to comment.