mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
Fix #582 - [Legacy] V4 API fatal error
This commit is contained in:
parent
7d1d113403
commit
1ac4f6d699
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue