From 2544310e7391343ab655469ef6ac68bbe8ab0a5b Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Fri, 23 Oct 2009 23:34:48 +0000 Subject: [PATCH] Remove automatic enqueuing for Facebook --- lib/util.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/util.php b/lib/util.php index 55ded7dd4e..b6e89f0bd9 100644 --- a/lib/util.php +++ b/lib/util.php @@ -906,7 +906,6 @@ function common_broadcast_notice($notice, $remote=false) function common_enqueue_notice($notice) { static $localTransports = array('omb', - 'facebook', 'ping'); static $allTransports = array('sms', 'plugin'); -- 2.39.2