Changeset 4927 in subversion
- Timestamp:
- Jul 17, 2011 7:51:01 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/new_user_identity/new_user_identity.php
r4915 r4927 7 7 * This plugin requires that a working public_ldap directory be configured. 8 8 * 9 * @version 1.0 9 * @version 1.01 10 10 * @author Kris Steinhoff 11 11 * … … 76 76 { 77 77 parent::__construct($p, $debug, $mail_domain); 78 $this->prop['search_fields'] = $search;78 $this->prop['search_fields'] = (array)$search; 79 79 } 80 80 }
Note: See TracChangeset
for help on using the changeset viewer.
