forked from GNUsocial/gnu-social
		
	Forgot to include ImsettingsAction in the list of Actions to override
in order to add a Facebook tab to the Connect menu.
This commit is contained in:
		| @@ -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)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user