]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
syntax error in jabber_format_notice
authorEvan Prodromou <evan@controlezvous.ca>
Tue, 24 Jun 2008 01:50:01 +0000 (21:50 -0400)
committerEvan Prodromou <evan@controlezvous.ca>
Tue, 24 Jun 2008 01:50:01 +0000 (21:50 -0400)
darcs-hash:20080624015001-34904-5ce1e31677627baa3b4241530cfe2ae0e385c541.gz

lib/jabber.php

index bf0d7cf3166b9c88e9595dc0b54f1f5d64837514..e6529446b9f3bfd508af30f5682d030b9a453c1f 100644 (file)
@@ -124,5 +124,5 @@ function jabber_broadcast_notice($notice) {
 }
 
 function jabber_format_notice(&$profile, &$notice) {
-       return $profile->nickname . ': ' . $notice->content;
+       return $profile->nickname . ': ' . $notice->content;
 }