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 05c3e93 commit 97c2447Copy full SHA for 97c2447
bootstrap.php
@@ -24,8 +24,11 @@
24
25
$bootstrapper->admin(function() use( $boxzilla ){
26
$boxzilla['admin']->init();
27
- $boxzilla['license_manager']->hook();
28
- $boxzilla['update_manager']->hook();
+
+ if( count( $boxzilla->plugins ) > 0 ) {
29
+ $boxzilla['license_manager']->hook();
30
+ $boxzilla['update_manager']->hook();
31
+ }
32
});
33
34
$bootstrapper->ajax(function() use( $boxzilla ) {
0 commit comments