]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
lost $sent_to in jabber_public_notice
authorEvan Prodromou <evan@prodromou.name>
Fri, 29 Aug 2008 20:08:59 +0000 (16:08 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 29 Aug 2008 20:08:59 +0000 (16:08 -0400)
darcs-hash:20080829200859-84dde-d1c4c5897096a06dec8be14e81499d70a79c78d2.gz

lib/jabber.php

index b943b6f782937197229478d6925cc72045fd2ef2..5dde76f14e6720e44f046de3dd75ee4dcdb2cee3 100644 (file)
@@ -286,7 +286,6 @@ function jabber_public_notice($notice) {
                $msg = jabber_format_notice($profile, $notice);
                $entry = jabber_format_entry($profile, $notice);
 
-               $sent_to = array();
                $conn = jabber_connect();
 
                foreach ($public as $address) {