Fix permissions check

This commit is contained in:
Dominik Schürmann 2015-09-28 01:30:02 +02:00
parent 2b0f2cfc67
commit 8f5a1850e9

View File

@ -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) { if (hasPermissions) {
return EXTENSION_INSTALLED_YES; return EXTENSION_INSTALLED_YES;
} else { } else {