mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-04 18:29:32 +02:00
new type API
This commit is contained in:
parent
3a3c88ba4b
commit
267cdcb31b
43 changed files with 49 additions and 46 deletions
|
@ -401,7 +401,7 @@ class puppetClient extends baseModule {
|
|||
* {@inheritDoc}
|
||||
* @see baseModule::get_pdfEntries()
|
||||
*/
|
||||
function get_pdfEntries($pdfKeys) {
|
||||
function get_pdfEntries($pdfKeys, $typeId) {
|
||||
$return = array();
|
||||
if (!in_array('puppetClient', $this->attributes['objectClass'])) {
|
||||
return $return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue