Fix permissions check
This commit is contained in:
parent
2b0f2cfc67
commit
8f5a1850e9
@ -149,7 +149,7 @@ public class PrivilegedInstaller extends Installer {
|
||||
}
|
||||
}
|
||||
|
||||
boolean hasPermissions = returnBundle.getBoolean("has_permission", false);
|
||||
boolean hasPermissions = returnBundle.getBoolean("has_permissions", false);
|
||||
if (hasPermissions) {
|
||||
return EXTENSION_INSTALLED_YES;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user