]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
lcase tname
authorEvan Prodromou <evan@prodromou.name>
Wed, 16 Jul 2008 03:14:59 +0000 (23:14 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 16 Jul 2008 03:14:59 +0000 (23:14 -0400)
darcs-hash:20080716031459-84dde-ccb707bb9059bbc95eabb48cf32edf6dfe803108.gz

lib/util.php

index ce86378848b663086b3a90ee92e661b20ca30640..acc907480685ff1cc2dcd9f2f71a98f32669468a 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_merge($match[1], array($tname))) : $match[1];
+       $names = ($tname) ? array_unique(array_merge($match[1], array(strtolower($tname)))) : $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)