Opened 14 years ago
Closed 13 years ago
#4126 closed defect (fixed)
携帯版のプロフィール画面にあるメニューがコミュニティのものになっている
Reported by: | ShogoKawahara | Owned by: | nobody |
---|---|---|---|
Priority: | minor | Milestone: | OpenPNE3.0.6 |
Component: | 指定しない | Version: | 3.0.x & 3.1.x |
Keywords: | OpenPNE3.1.1 確認中 | Cc: |
Description
概要
テンプレート member/profileSuccess 中のナビの呼び出しが間違っている
<?php include_component('default', 'nav', array('type' => 'mobile_community', 'id' => $member->getId())) ?>
正しくは以下です
<?php include_component('default', 'nav', array('type' => 'mobile_friend', 'id' => $member->getId())) ?>
修正内容
正しい物に差し替えます
Change History (3)
comment:1 Changed 14 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r12295
trunkを修正しました。