mirror of https://github.com/itflow-org/itflow
Fix Autoloader location for WEbklex imap
This commit is contained in:
parent
b0c5d43867
commit
6456dfcc67
|
|
@ -199,7 +199,7 @@ if (isset($_POST['test_email_imap'])) {
|
|||
validateAdminRole();
|
||||
|
||||
// Autoload Composer dependencies
|
||||
require_once __DIR__ . '/plugins/php-imap/vendor/autoload.php';
|
||||
require_once __DIR__ . '..//plugins/php-imap/vendor/autoload.php';
|
||||
|
||||
// Webklex PHP-IMAP
|
||||
use Webklex\PHPIMAP\ClientManager;
|
||||
|
|
|
|||
Loading…
Reference in New Issue