Commit 757a6405 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '5854-improve-stand-alone-page-support' into '1.4-dev'

Resolve "Improve stand-alone page support"

See merge request fusiondirectory/fd!388
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