diff --git a/lib/util.php b/lib/util.php index 6130b275d8..6e3303324e 100644 --- a/lib/util.php +++ b/lib/util.php @@ -587,7 +587,7 @@ function common_at_link($sender_id, $nickname) { } } -function common_relative_profile($sender, $nickname, $dt) { +function common_relative_profile($sender, $nickname, $dt=NULL) { # Try to find profiles this profile is subscribed to that have this nickname $recipient = new Profile(); # XXX: use a join instead of a subquery