Skip to content
Snippets Groups Projects
Commit 47bb5a2b authored by Aleksander Machniak's avatar Aleksander Machniak
Browse files

Revert part of the last commit - use all sort columns of vlv index if sorting wasn't specified

parent 4de0c341
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment