Skip to content

Commit

Permalink
Merge pull request #157 from d1rtym0nk3y/develop
Browse files Browse the repository at this point in the history
fix error in layout()
  • Loading branch information
seancorfield committed Jan 18, 2013
2 parents 0e91ba4 + 3251436 commit f3c2a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/corfield/framework.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ component {
*/
public string function layout( string path, string body ) {
var layoutPath = parseViewOrLayoutPath( path, 'layout' );
frameworkTrace( 'layout( #path# ) called - rendering #viewPath#' );
frameworkTrace( 'layout( #path# ) called - rendering #layoutPath#' );
return internalLayout( layoutPath, body );
}

Expand Down

0 comments on commit f3c2a86

Please sign in to comment.