diff options
author | Evan Prodromou <evan@controlezvous.ca> | 2008-06-23 21:50:01 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlezvous.ca> | 2008-06-23 21:50:01 -0400 |
commit | 939a3e48d896f318a40c8ef2e1b13e79d6e7eb94 (patch) | |
tree | ef4fa78a2a6d5b723401ba2cee78b2c3921b46b7 /lib/jabber.php | |
parent | 9af33c9c0036980025f600b7a0426064028ffd15 (diff) |
syntax error in jabber_format_notice
darcs-hash:20080624015001-34904-5ce1e31677627baa3b4241530cfe2ae0e385c541.gz
Diffstat (limited to 'lib/jabber.php')
-rw-r--r-- | lib/jabber.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jabber.php b/lib/jabber.php index bf0d7cf31..e6529446b 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -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; } |