We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4533f60 commit d3c2c4eCopy full SHA for d3c2c4e
Classes/TechDivision/DocViewer/AccessManager.php
@@ -31,7 +31,7 @@ class AccessManager extends AbstractModuleController
31
* @return bool
32
*/
33
public function isPackageAccessable($packageKey) {
34
- return $this->packageManager->isPackageActive($packageKey) &&
+ return $this->packageManager->isPackageAvailable($packageKey) &&
35
(!array_key_exists($packageKey, $this->packagesConfiguration['hide']) ||
36
!$this->packagesConfiguration['hide'][$packageKey]
37
);
0 commit comments