projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b727e8b
)
wrong name for attn function
author
Evan Prodromou
<evan@controlyourself.ca>
Mon, 16 Feb 2009 23:45:59 +0000
(18:45 -0500)
committer
Evan Prodromou
<evan@controlyourself.ca>
Mon, 16 Feb 2009 23:45:59 +0000
(18:45 -0500)
classes/Notice.php
patch
|
blob
|
history
diff --git
a/classes/Notice.php
b/classes/Notice.php
index 570d76f618ad17c36792a9d82d89681161c221f0..8300667fa469c5d8c3f5d1d73c0c415e9cd38f0a 100644
(file)
--- a/
classes/Notice.php
+++ b/
classes/Notice.php
@@
-758,7
+758,7
@@
class Notice extends Memcached_DataObject
foreach (array_keys($replied) as $recipient) {
$user = User::staticGet('id', $recipient);
if ($user) {
- mail_
attn_notify($user, $notice
);
+ mail_
notify_attn($user, $this
);
}
}
}