浏览代码

phpdoc fix

tokul 20 年之前
父节点
当前提交
6c155f5b79
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/change_password/backend/ldap.php

+ 1 - 1
plugins/change_password/backend/ldap.php

@@ -38,7 +38,7 @@ $cpw_ldap_port=389;
 /**
  * LDAP basedn that is used for binding to LDAP server.
  * this option must be set to correct value.
- * @global $cpw_ldap_basedn;
+ * @global string $cpw_ldap_basedn;
  */
 global $cpw_ldap_basedn;
 $cpw_ldap_basedn='';