diff options
-rw-r--r-- | engine/lib/notification.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/notification.php b/engine/lib/notification.php index a70d051ff..866ebc120 100644 --- a/engine/lib/notification.php +++ b/engine/lib/notification.php @@ -383,7 +383,7 @@ foreach($tmp as $k => $v)
if ($v) {
- $string = trigger_plugin_hook('notify:message',$entity->getType(),array(
+ $string = trigger_plugin_hook('notify:entity:message',$entity->getType(),array(
'entity' => $object,
'to_entity' => $user,
'method' => $v
|