소스 검색

Fix wrong Skill Wheel Template - BT#12635

Jose Loguercio 8 년 전
부모
커밋
b90565686e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/social/skills_wheel.php

+ 1 - 1
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();