Skip to content

Commit

Permalink
Stats: Fix bad refactor,
Browse files Browse the repository at this point in the history
clan->id replaced clan->getID.

Fixes #795.
  • Loading branch information
tchalvak committed May 11, 2016
1 parent e7a9c7d commit f3496f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/templates/stats.tpl
Expand Up @@ -72,7 +72,7 @@
{if $clan}
<li>
Clan:
<a href='/clan/view?clan_id={$clan->getID()|escape:'url'}'>{$clan->getName()|escape}</a>
<a href='/clan/view?clan_id={$clan->id|escape:'url'}'>{$clan->getName()|escape}</a>
</li>
{/if}
</ul>
Expand Down

0 comments on commit f3496f8

Please sign in to comment.