Fix wrong Skill Wheel Template - BT#12635

remotes/angel/1.11.x
Jose Loguercio 8 years ago
parent 79dc506bd2
commit b90565686e
  1. 2
      main/social/skills_wheel.php

@ -74,7 +74,7 @@ $tpl->assign('user_info', $userInfo);
$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();

Loading…
Cancel
Save