Changeset 4927 in subversion


Ignore:
Timestamp:
Jul 17, 2011 7:51:01 AM (23 months ago)
Author:
thomasb
Message:

Make sure search_fields is array to work with latest version of rcube_ldap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/new_user_identity/new_user_identity.php

    r4915 r4927  
    77 * This plugin requires that a working public_ldap directory be configured. 
    88 * 
    9  * @version 1.0 
     9 * @version 1.01 
    1010 * @author Kris Steinhoff 
    1111 * 
     
    7676    { 
    7777        parent::__construct($p, $debug, $mail_domain); 
    78         $this->prop['search_fields'] = $search; 
     78        $this->prop['search_fields'] = (array)$search; 
    7979    } 
    8080} 
Note: See TracChangeset for help on using the changeset viewer.