diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-22 15:36:46 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-22 15:36:46 +0000 |
commit | 9b79c784b2035e767165f7f25ec0c4ffbf7b6fe3 (patch) | |
tree | 803f72d83ad451e5f950538de30041629cfa5741 | |
parent | 32cb70870c2cd5bd1d01031982eba4fbaaa5989b (diff) | |
download | elgg-9b79c784b2035e767165f7f25ec0c4ffbf7b6fe3.tar.gz elgg-9b79c784b2035e767165f7f25ec0c4ffbf7b6fe3.tar.bz2 |
Slight change to notifications.
git-svn-id: https://code.elgg.org/elgg/trunk@2599 36083f99-b078-4883-b0ff-0f9b5a30f544
-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
|