diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2014-12-18 08:02:53 (GMT) |
---|---|---|
committer | Aleksander Machniak <machniak@kolabsys.com> | 2014-12-18 08:02:53 (GMT) |
commit | 47bb5a2b17f2cbbd8baab60d8f2d86dedc16d5a7 (patch) | |
tree | f90a8a990eb522d2bec40c7be9e579979ca46aad /lib | |
parent | 4de0c3411e6f5d3b936bf127c4a89fa3946024c9 (diff) | |
download | Net_LDAP3-47bb5a2b17f2cbbd8baab60d8f2d86dedc16d5a7.tar.gz |
Revert part of the last commit - use all sort columns of vlv index if sorting wasn't specified
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Net/LDAP3.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/LDAP3.php b/lib/Net/LDAP3.php index c600656..48e4f07 100644 --- a/lib/Net/LDAP3.php +++ b/lib/Net/LDAP3.php @@ -1959,9 +1959,9 @@ class Net_LDAP3 } else { $sort = array_filter((array) $vlv_index[$base_dn]['sort'][0]); - $this->_debug("Sorting unimportant, use " . $sort[0]); + $this->_debug("Sorting unimportant"); - return $sort[0]; + return $sort; } } else { |