From: Zach Copley Date: Tue, 30 Jun 2009 18:55:34 +0000 (-0700) Subject: Forgot to include ImsettingsAction in the list of Actions to override X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c162bf4d222f86b1e3e6c3fb459fc7dd832594f9;p=quix0rs-gnu-social.git Forgot to include ImsettingsAction in the list of Actions to override in order to add a Facebook tab to the Connect menu. --- diff --git a/plugins/FBConnect/FBConnectPlugin.php b/plugins/FBConnect/FBConnectPlugin.php index ba5957974e..cd6e9cecfb 100644 --- a/plugins/FBConnect/FBConnectPlugin.php +++ b/plugins/FBConnect/FBConnectPlugin.php @@ -329,7 +329,7 @@ class FBConnectPlugin extends Plugin return false; } - $connect_actions = array('SmssettingsAction', + $connect_actions = array('SmssettingsAction', 'ImsettingsAction', 'TwittersettingsAction', 'FBConnectSettingsAction'); if (in_array($action_name, $connect_actions)) {