Opened 12 years ago
Closed 12 years ago
#3408 closed defect (fixed)
受信メッセージに下書きのIDを指定するとNotice・Fatal errorが表示される
Reported by: | kiwa | Owned by: | maki |
---|---|---|---|
Priority: | minor | Milestone: | OpenPNE3.0beta3 |
Component: | plugins | Version: | 3.0.x |
Keywords: | opMessagePlugin | Cc: |
Description (last modified by )
受信メッセージ詳細(/pc_frontend_dev.php/message/read/1)にて、idに下書き状態のメッセージのIDを指定すると以下のようなエラーメッセージが表示される
エラーメッセージ
Notice: Undefined variable: read_message in /hogehoge/trunk/plugins/opMessagePlugin/lib/action/opMessagePluginMessageActions.class.php on line 103 Fatal error: Call to a member function getId() on a non-object in /hogehoge/trunk/plugins/opMessagePlugin/lib/action/opMessagePluginMessageActions.class.php on line 103
Change History (3)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Owner: | changed from nobody to maki |
---|---|
Status: | new → assigned |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
r10057にて修正いたしました。