diff --git a/packages/vtiger/optional/CustomerPortal.zip b/packages/vtiger/optional/CustomerPortal.zip
index a384d46311a36579253e9b315152ac043d83178c..ef753484a3410d8a0a0b84557b6f77a66d956b68 100644
Binary files a/packages/vtiger/optional/CustomerPortal.zip and b/packages/vtiger/optional/CustomerPortal.zip differ
diff --git a/pkg/vtiger/modules/CustomerPortal/modules/CustomerPortal/include.inc b/pkg/vtiger/modules/CustomerPortal/modules/CustomerPortal/include.inc
index eb2db79e10aec66a3ac2795852ebb05fb939d361..cde1f67820cc8ddb56e69c48c3401ab6d7b140ce 100644
--- a/pkg/vtiger/modules/CustomerPortal/modules/CustomerPortal/include.inc
+++ b/pkg/vtiger/modules/CustomerPortal/modules/CustomerPortal/include.inc
@@ -10,6 +10,7 @@
 
 chdir(dirname(__FILE__).'/../../');
 
+require_once 'vendor/autoload.php';
 include_once 'includes/Loader.php';
 include_once 'includes/runtime/Globals.php';
 include_once 'include/Webservices/Relation.php';