Skip to content

Commit

Permalink
Fix wrong Skill Wheel Template - BT#12635
Browse files Browse the repository at this point in the history
  • Loading branch information
jloguercio committed Apr 23, 2017
1 parent 79dc506 commit b905656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/social/skills_wheel.php
Expand Up @@ -74,7 +74,7 @@
$tpl->assign('ranking', $ranking);
$tpl->assign('skills', $skills);

$template = $tpl->get_template('skill/skill_tree_student.tpl');
$template = $tpl->get_template('skill/skill_wheel_student.tpl');
$content = $tpl->fetch($template);
$tpl->assign('content', $content);
$tpl->display_no_layout_template();

0 comments on commit b905656

Please sign in to comment.