Skip to content

Commit 37032dc

Browse files
committed
fix for failing test
1 parent 94b5522 commit 37032dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/org/codehaus/groovy/grails/plugins/web/taglib/RenderTagLib.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ class RenderTagLib implements com.opensymphony.module.sitemesh.RequestConstants
499499
}
500500

501501
if(!t) {
502-
throwTagError("Template not found for name [$attrs.template] and path [$templatePath]")
502+
throwTagError("Template not found for name [$attrs.template] and path [$uri]")
503503
}
504504
else {
505505
if(attrs.containsKey('bean')) {

0 commit comments

Comments
 (0)