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 774bea5 commit a785bf4Copy full SHA for a785bf4
1 file changed
application/controllers/ConfigController.php
@@ -13,6 +13,8 @@ class ConfigController extends CompatController
13
{
14
public function init()
15
16
+ $this->assertPermission('config/modules');
17
+
18
foreach ($this->Module()->getConfigTabs()->getTabs() as $tab) {
19
$this->tabs->add($tab->getName(), $tab);
20
}
0 commit comments