Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/adLDAP/adLDAP.php
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ public function getRecursiveGroups() {
* @throws \Exception - if unable to bind to Domain Controller
* @return bool
*/
function __construct($options = array()) {
function __construct(&$options = array()) {
// You can specifically overide any of the default configuration options setup above
if (count($options)>0) {
if (array_key_exists("account_suffix",$options)) { $this->accountSuffix = $options["account_suffix"]; }
Expand Down