fix empty ACL window on desktop

This commit is contained in:
fabrixxm 2016-02-03 23:22:45 +01:00
parent f21e3e46c7
commit e11ff25de2
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $(document).ready(function() {
baseurl+"/acl",
[ {{$allowcid}},{{$allowgid}},{{$denycid}},{{$denygid}} ],
{{$features.aclautomention}},
{{$APP->is_mobile}}
{{if $APP->is_mobile}}true{{else}}false{{/if}}
);
}
});