fixed missing class variable
This commit is contained in:
parent
11076396f3
commit
c84ec4fa93
|
@ -259,6 +259,7 @@ class PlaLdapExporter extends PlaAbstractExporter{
|
|||
var $queryFilter;
|
||||
var $hasNext;
|
||||
var $attributes;
|
||||
var $ds;
|
||||
/**
|
||||
* Create a PlaLdapExporter object.
|
||||
* @param String $queryFilter the queryFilter for the export
|
||||
|
|
Loading…
Reference in New Issue