Skip to content

Commit

Permalink
Fixed invalid bean registration
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnert committed May 26, 2017
1 parent 54e829a commit 641e170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppserverIo/Appserver/Core/AbstractEpbManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function registerEpbReference(EpbReferenceDescriptorInterface $epbReferen
$application->getNamingDirectory()
->bind(
$uri,
array(&$this, 'lookupProxy'),
array(&$this, 'lookupLocalProxy'),
array(sprintf('%s/local', $beanName))
);

Expand Down

0 comments on commit 641e170

Please sign in to comment.