Skip to content

Commit

Permalink
type=address/service 'actions=move:shared,skipIfConflict' | bugfix as…
Browse files Browse the repository at this point in the history
… variable $findSubSystem was not declared for targetlocation 'shared'
  • Loading branch information
Sven Waschkut committed Sep 20, 2023
1 parent b652bd6 commit eca2b7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
1 change: 1 addition & 0 deletions utils/common/actions-address.php
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,7 @@

if( $targetLocation == 'shared' )
{
$findSubSystem = $rootObject;
$targetStore = $rootObject->addressStore;
}
else
Expand Down
1 change: 1 addition & 0 deletions utils/common/actions-service.php
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@

if( $targetLocation == 'shared' )
{
$findSubSystem = $rootObject;
$targetStore = $rootObject->serviceStore;
}
else
Expand Down

0 comments on commit eca2b7f

Please sign in to comment.