Adding registry files for the trigger registration in the core

This commit is contained in:
Gustavo Cruz
2015-03-03 17:54:30 -04:00
parent c7208a6463
commit 441946f71c
6 changed files with 654 additions and 11 deletions

View File

@@ -176,7 +176,9 @@ class AppDelegation extends BaseAppDelegation
$data->DEL_INDEX = $delIndex;
$data->USR_UID = $sUsrUid;
$oPluginRegistry = &PMPluginRegistry::getSingleton();
$featureRegistry = &PMFeatureRegistry::getSingleton();
$oPluginRegistry->executeTriggers( PM_CREATE_NEW_DELEGATION, $data );
$featureRegistry->executeTriggers( PM_CREATE_NEW_DELEGATION, $data );
}
return $delIndex;