mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-13 22:13:03 +01:00
LSaddon::ppolicy: fix registering exportPpolicyInfo API method
This commit is contained in:
parent
78af62d428
commit
2104187b14
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ function LSaddon_ppolicy_support() {
|
|||
if ($retval) {
|
||||
LSurl :: add_handler(
|
||||
'#^api/1.0/exportPpolicyInfo/(?P<LSobject>[^/]+)/?$#',
|
||||
'handle/export_api_LSobject_exportPpolicyInfo',
|
||||
'handle_api_LSobject_exportPpolicyInfo',
|
||||
true, false, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue