mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
[Legacy] Move jssource/minify require to correct place
Require was being done before dependencies were set
This commit is contained in:
parent
189bbdb6df
commit
9605944025
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ class AppInstallService
|
||||||
//check to see if the script files need to be rebuilt, add needed variables to request array
|
//check to see if the script files need to be rebuilt, add needed variables to request array
|
||||||
$_REQUEST['root_directory'] = getcwd();
|
$_REQUEST['root_directory'] = getcwd();
|
||||||
$_REQUEST['js_rebuild_concat'] = 'rebuild';
|
$_REQUEST['js_rebuild_concat'] = 'rebuild';
|
||||||
|
require_once 'jssource/minify.php'; // Do we need?
|
||||||
|
|
||||||
//Set whether the install is silent or not
|
//Set whether the install is silent or not
|
||||||
$silentInstall = true;
|
$silentInstall = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue