Skip to content

Commit

Permalink
Merge pull request #376 from dfair98/develop
Browse files Browse the repository at this point in the history
Fixed layout display issue when using a  subsystemDelimiter other tha…
  • Loading branch information
seancorfield committed Sep 28, 2015
2 parents b50ede7 + aa8851a commit a11b513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/one.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ component {
}
}
} else if ( len( subsystem ) ) {
testLayout = parseViewOrLayoutPath( ':default', 'layout' );
testLayout = parseViewOrLayoutPath( variables.framework.subsystemDelimiter & 'default', 'layout' );
if ( cachedFileExists( testLayout ) ) {
internalFrameworkTrace( 'found application layout #testLayout#',
subsystem, section, item );
Expand Down

0 comments on commit a11b513

Please sign in to comment.