# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /Users/gmakely/Acquia/streams/sites/all/modules/contrib/invite/includes
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: invite.admin.inc
--- invite.admin.inc Base (BASE)
+++ invite.admin.inc Locally Modified (Based On LOCAL)
@@ -319,7 +319,7 @@
   );
   $invite_types = invite_get_types();
   foreach ($invite_types as $name => $type) {
-    if ($type->invite_sending_controller == 'invite_by_email') {
+    if (in_array('invite_by_email', $type->invite_sending_controller)) {
       $available_types[$name] = $type->label;
     }
   }
