Skip to content

Commit

Permalink
bad reference to avgRating
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.codehaus.org/grails/trunk@8938 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
  • Loading branch information
rhyolight committed Mar 17, 2009
1 parent c3de27b commit 96b260c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/views/plugin/searchResults.gsp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<tr> <tr>
<th>Rating</th> <th>Rating</th>
<td> <td>
<g:render template="ratingDisplay" var="average" bean="${result.avgRating}"/> <g:render template="ratingDisplay" var="average" bean="${result.averageRating}"/>
</td> </td>
<th>Tags</th> <th>Tags</th>
<td> <td>
Expand Down

0 comments on commit 96b260c

Please sign in to comment.