Fix #582 - [Legacy] V4 API fatal error

This commit is contained in:
Matt Lorimer 2025-06-18 14:44:19 +01:00 committed by Matt Lorimer
parent 7d1d113403
commit 1ac4f6d699

View file

@ -48,7 +48,7 @@ if (!defined('sugarEntry') || !sugarEntry) {
*/
ob_start();
chdir(__DIR__.'/../../');
require('include/entryPoint.php');
require_once('include/entryPoint.php');
require_once('soap/SoapError.php');
require_once('SoapHelperWebService.php');
require_once('SugarRestUtils.php');