]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/jabber.php
twiddle some parens in imsettings for gettext
[quix0rs-gnu-social.git] / lib / jabber.php
index 66ff24e63a792eb4fa43a861eb47b9e2558a5848..a36e19044e5dcb2a3e2da5c0a7b8f4c16ac33513 100644 (file)
@@ -133,7 +133,7 @@ function jabber_broadcast_notice($notice) {
                while ($sub->fetch()) {
                        $user = User::staticGet($sub->subscriber);
                        if ($user && $user->jabber && $user->jabbernotify) {
-                               common_log(LOG_INFO, 
+                               common_log(LOG_INFO,
                                                   'Sending notice ' . $notice->id . ' to ' . $user->jabber,
                                                   __FILE__);
                                $success = jabber_send_message($user->jabber, $msg);