BUG 000 Add USR_UID parameter for the hook PM_CREATE_NEW_DELEGATION
This commit is contained in:
@@ -142,6 +142,7 @@ class AppDelegation extends BaseAppDelegation {
|
||||
$data->TAS_UID = $sTasUid;
|
||||
$data->APP_UID = $sAppUid;
|
||||
$data->DEL_INDEX = $delIndex;
|
||||
$data->USR_UID = $sUsrUid;
|
||||
$oPluginRegistry = &PMPluginRegistry::getSingleton();
|
||||
$oPluginRegistry->executeTriggers(PM_CREATE_NEW_DELEGATION, $data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user