]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
sigh
authorEvan Prodromou <evan@prodromou.name>
Wed, 16 Jul 2008 03:17:18 +0000 (23:17 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 16 Jul 2008 03:17:18 +0000 (23:17 -0400)
darcs-hash:20080716031718-84dde-74ce45fdb3be03ae7974f76698d43ecf78730f23.gz

lib/util.php

index 14513448f03156d9b13fb37248404f561499ebc0..33a2cac28a354f2f557c3f3c2e920d73c8eafb7b 100644 (file)
@@ -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)