Skip to content
Snippets Groups Projects
Commit 86acacfa authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Parentheses!

(cherry picked from commit 8480fa09)
parent 703c66cf
No related merge requests found
...@@ -96,10 +96,6 @@ class Overdrive extends \Laminas\View\Helper\AbstractHelper ...@@ -96,10 +96,6 @@ class Overdrive extends \Laminas\View\Helper\AbstractHelper
return false; return false;
} }
$config = $this->connector->getConfig(); $config = $this->connector->getConfig();
if ($config->showOverdriveAdminMenu) { return (bool)($config->showOverdriveAdminMenu ?? false);
return true;
} else {
return false;
}
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment