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

Fixes #3991 Fixed comment in setup

Showing with 1 addition and 1 deletion
+1 -1
......@@ -71,7 +71,7 @@ class Step_Checks extends setupStep
$M = TRUE;
$basic_checks[] = array("NAME" => $N , "DESC" => $D , "RESULT" => $R , "SOLUTION" => $S , "MUST" => $M );
/* Check for imap extension */
/* Check for LDAP extension */
$N = msgPool::checkingFor("LDAP");
$D = _("FusionDirectory requires this module to talk with your LDAP server.");
$S = msgPool::installPhpModule("LDAP");
......
  • bmortier @bmortier

    mentioned in issue #1323 (closed)

    By bmortier on 2017-09-02T15:22:11 (imported from GitLab)

    ·

    mentioned in issue #1323 (closed)

    By bmortier on 2017-09-02T15:22:11 (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