fix: remove require_once causing class redeclaration
All checks were successful
Docker Build & Push SugarCRM 6.5 CE / build-and-push (push) Successful in 1m8s
All checks were successful
Docker Build & Push SugarCRM 6.5 CE / build-and-push (push) Successful in 1m8s
This commit is contained in:
2
init.sh
2
init.sh
@@ -144,8 +144,6 @@ if [ ! -s "$CONFIG_PHP" ]; then
|
|||||||
),
|
),
|
||||||
'cache_dir' => 'cache/',
|
'cache_dir' => 'cache/',
|
||||||
);
|
);
|
||||||
require_once('include/SugarObjects/VardefManager.php');
|
|
||||||
require_once('modules/Administration/Administration.php');
|
|
||||||
CONFIGEOF
|
CONFIGEOF
|
||||||
|
|
||||||
# Verify config.php has content
|
# Verify config.php has content
|
||||||
|
|||||||
Reference in New Issue
Block a user