LSaddon::ppolicy: fix registering exportPpolicyInfo API method

This commit is contained in:
Benjamin Renard 2023-12-05 13:02:45 +01:00
parent 78af62d428
commit 2104187b14
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -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);
}