Skip to content

Commit ebbda32

Browse files
Properly return value obtained from [framework] binding
1 parent 0ff74d1 commit ebbda32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ng-appserver/src/main/java/ng/appserver/privates/NGHTMLUtilities.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public static NGAssociation namespaceAssociation( final Map<String, NGAssociatio
9797

9898
if( a != null ) {
9999
logger.warn( "Found [framework] binding. You should be using [namespace]" );
100+
return a;
100101
}
101102

102103
return null;

0 commit comments

Comments
 (0)