mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
Merge commit '114b895b6d
' into merge_develop
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com> # Conflicts: # public/legacy/include/CleanCSV.php # public/legacy/suitecrm_version.php # public/legacy/tests/unit/phpunit/includes/CleanCSVTest.php
This commit is contained in:
commit
33fc2ee307
182 changed files with 1220 additions and 3898 deletions
|
@ -3650,8 +3650,8 @@ function addNewSystemTabsFromUpgrade($from_dir)
|
|||
$newTB = new TabController();
|
||||
|
||||
//make sure new modules list has a key we can reference directly
|
||||
$newModuleList = $newTB->get_key_array($newModuleList);
|
||||
$oldModuleList = $newTB->get_key_array($oldModuleList);
|
||||
$newModuleList = TabController::get_key_array($newModuleList);
|
||||
$oldModuleList = TabController::get_key_array($oldModuleList);
|
||||
|
||||
//iterate through list and remove commonalities to get new modules
|
||||
foreach ($newModuleList as $remove_mod) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue