summaryrefslogtreecommitdiff
path: root/lib/jabber.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-29 16:08:59 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-29 16:08:59 -0400
commitb17bb9861c0e6b0cc4e72c7ef2d322e168353c25 (patch)
tree5e0295ff22b5c82708fbd7886618c7f95b8e2950 /lib/jabber.php
parentf5fe013657ced6920e3fe794a2a8d4122a85e377 (diff)
lost $sent_to in jabber_public_notice
darcs-hash:20080829200859-84dde-d1c4c5897096a06dec8be14e81499d70a79c78d2.gz
Diffstat (limited to 'lib/jabber.php')
-rw-r--r--lib/jabber.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/jabber.php b/lib/jabber.php
index b943b6f78..5dde76f14 100644
--- a/lib/jabber.php
+++ b/lib/jabber.php
@@ -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) {