summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 6130b275d..6e3303324 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