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

:ambulance: fix(recovery) Fix recovery page message when recovery is disabled

issue #5854
Showing with 0 additions and 4 deletions
+0 -4
......@@ -62,10 +62,6 @@ class standAlonePage {
session::global_set('config', $config);
$this->activated = $this->readLdapConfig();
if (!$this->activated) {
/* This page has been disabled */
return;
}
$ui = new userinfoNoAuth(get_class($this));
session::global_set('ui', $ui);
......
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