]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix regressions in XMPP output during inbox refactoring
authorBrion Vibber <brion@pobox.com>
Wed, 13 Jan 2010 18:17:36 +0000 (18:17 +0000)
committerBrion Vibber <brion@pobox.com>
Wed, 13 Jan 2010 18:17:36 +0000 (18:17 +0000)
commit0e1f2d4b47e5e340679c4245b62e1d64c6b9c9b9
tree2b3c04fb0a0158fc63acc7896192cc7ddedfd7de
parentd84c33c3282523ea3553fa36ccd2aef39e4dcbad
Fix regressions in XMPP output during inbox refactoring
- NOTICE_INBOX_SOURCE_* constants moved to common.php since Notice_inbox.php not always loaded
- fixed typo in User::staticGet() call which caused user #1 to receive messages once for each subscriber instead of for him/herself
- 'continue' -> 'continue 2' inside switch() statement to fix loop escape (PHP considers switch() a looping construct for break & continue)
classes/Notice_inbox.php
lib/common.php
lib/jabber.php