Commit 6eb50ab9 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #5637 Fixed displaying of web applications in main menu

Showing with 1 addition and 1 deletion
+1 -1
...@@ -223,7 +223,7 @@ class pluglist { ...@@ -223,7 +223,7 @@ class pluglist {
} }
if (!isset($infos['ACL'])) { if (!isset($infos['ACL'])) {
return FALSE; return TRUE;
} }
$aclname = $infos['ACL']; $aclname = $infos['ACL'];
......
  • bmortier @bmortier

    mentioned in issue #1791 (closed)

    By DBLouis on 2017-09-02T15:38:19 (imported from GitLab)

    ·

    mentioned in issue #1791 (closed)

    By DBLouis on 2017-09-02T15:38:19 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in issue #5637

    By bmortier on 2017-11-27T21:00:57 (imported from GitLab)

    ·

    mentioned in issue #5637

    By bmortier on 2017-11-27T21:00:57 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment