reduce code

This commit is contained in:
Philipp Holzer 2019-02-24 17:51:53 +01:00 committed by Hypolite Petovan
parent 25a7086fc5
commit 8e0355bec3
1 changed files with 2 additions and 4 deletions

View File

@ -16,10 +16,8 @@ class Apps extends BaseModule
public static function init()
{
$privateaddons = Config::get('config', 'private_addons');
if ($privateaddons === "1") {
if (!local_user()) {
if ($privateaddons === "1" && !local_user()) {
self::getApp()->internalRedirect();
};
}
}