summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-15 23:17:18 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-15 23:17:18 -0400
commita440afda54df51c7af12c9d7e61d1796f401e7ba (patch)
tree4804a5742ad62d285611b4bf69c5cb905ce6e6f5 /lib
parentc0527f79528cb5b45cb3c60342a4469b0f695221 (diff)
sigh
darcs-hash:20080716031718-84dde-74ce45fdb3be03ae7974f76698d43ecf78730f23.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 14513448f..33a2cac28 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -875,7 +875,7 @@ function common_save_replies($notice) {
return true;
}
# XXX: is there another way to make an array copy?
- $names = ($tname) ? array_unique(array(strtolower($tname)), array_merge($match[1])) : $match[1];
+ $names = ($tname) ? array_unique(array_merge(array(strtolower($tname)), $match[1])) : $match[1];
$sender = Profile::staticGet($notice->profile_id);
# store replied only for first @ (what user/notice what the reply directed,
# we assume first @ is it)