diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 167424e1..df65e828 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,6 +4,7 @@ CHANGELOG UTIL: BUGFIX: +* type=address/service 'actions=move:shared,skipIfConflict' | bugfix as variable $findSubSystem was not declared for targetlocation 'shared' GENERAL: diff --git a/utils/common/actions-address.php b/utils/common/actions-address.php index b1ce23b4..51a881bd 100644 --- a/utils/common/actions-address.php +++ b/utils/common/actions-address.php @@ -1451,6 +1451,7 @@ if( $targetLocation == 'shared' ) { + $findSubSystem = $rootObject; $targetStore = $rootObject->addressStore; } else diff --git a/utils/common/actions-service.php b/utils/common/actions-service.php index 75d6d0e5..91ba39f3 100644 --- a/utils/common/actions-service.php +++ b/utils/common/actions-service.php @@ -573,6 +573,7 @@ if( $targetLocation == 'shared' ) { + $findSubSystem = $rootObject; $targetStore = $rootObject->serviceStore; } else