返信する: OpnePNE3
- opDiaryPlugin1.5.0コメント出来ないエラー
- 投稿者: kondo 投稿日時: 2013/10/24 11:00
日記の場合、退会者のコメントを残す設定をDB外部キー制約(ForeignKey)でしている場合は、同じく下記のように修正します。
./plugins/opDiaryPlugin/lib/util/opDiaryPluginUtil.class.php
if($Member->member_id != null){ opNotificationCenter::notify($fromMember, $toMember, $message, array('category'=>'other', 'url'=>$url, 'icon_url'=>null)); }