Jake Vanderwerf
5 days ago a9b3b28d001941921aa70d37fdc87c758a163a44
inc/managers/InvitationsManager.php
@@ -25,7 +25,7 @@
         return;
      }
      $this->setInviteConfig();
      $this->cache = Cache::for('invitations');
      $this->cache = Cache::for('invitations')->user();
      add_action('init', [$this, 'registerInvitationExecutors'], 5);
      add_action('user_register', [$this, 'checkInvitation']);