Commit beeec567 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #3752 Fixed setup when fai plugin is installed

Showing with 0 additions and 1 deletion
+0 -1
...@@ -84,7 +84,6 @@ if (!session::global_is_set('config')) { ...@@ -84,7 +84,6 @@ if (!session::global_is_set('config')) {
session::global_set('config', $config); session::global_set('config', $config);
} }
$config = session::global_get('config'); $config = session::global_get('config');
load_plist(FALSE);
IconTheme::loadThemes('themes'); IconTheme::loadThemes('themes');
/* Fake user bypassing acl system */ /* Fake user bypassing acl system */
$ui = new fake_userinfo(); $ui = new fake_userinfo();
......
  • bmortier @bmortier

    mentioned in issue #1236

    By Côme Chilliet on 2017-09-02T15:18:53 (imported from GitLab)

    ·

    mentioned in issue #1236

    By Côme Chilliet on 2017-09-02T15:18:53 (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