Merge branch 'master' into feature/allow-to-list-groups-from-a-ldap-backend-9772

This commit is contained in:
Johannes Meyer 2015-09-28 13:47:24 +02:00
commit 1cede5bd1a

View File

@ -80,7 +80,7 @@ class ArrayDatasource implements Selectable
*/
public function select()
{
return new SimpleQuery($this);
return new SimpleQuery(clone $this);
}
/**