瀏覽代碼

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