Skip to content

Commit

Permalink
Merge pull request #880 from josaphatim/fixed-not-found-imap-list-class
Browse files Browse the repository at this point in the history
Fixed imap list class not found
  • Loading branch information
marclaporte authored Feb 5, 2024
2 parents a0bf30d + eb17a6e commit 6b0d1a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gmail_contacts/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
if (!defined('DEBUG_MODE')) { die(); }

require APP_PATH.'modules/gmail_contacts/hm-gmail-contacts.php';
require_once APP_PATH.'modules/imap/hm-imap.php';

/**
* @subpackage gmail_contacts/handler
Expand Down

0 comments on commit 6b0d1a1

Please sign in to comment.