rhymix/modules
Kijin Sung 802ca2cf1b Fix incorrect sender info in new message notification
A 회원 계정으로 로그인한 상태에서 애드온이나 서드파티 모듈이
B 회원으로부터 C 회원에게 쪽지가 발송되도록 하면,
C회원에게 표시되는 쪽지 알림에는 A 회원으로부터 쪽지가 왔다고
잘못 표시되는 문제 수정.

- 쪽지 발송 트리거에서 sender_srl을 참조하는 코드가 누락되어 있었음.

- insertNotify에서 명시적으로 지정한 target_member_srl 속성보다
  현재 로그인한 사용자의 회원정보를 우선 처리하는 문제가 있었음.
  이러면 target_member_srl 속성을 쓰는 이유가 없음 ㅡ.ㅡ;;
2018-01-25 23:39:03 +09:00
..
addon Fix strict count() behavior in PHP 7.2 2017-12-01 01:49:20 +09:00
admin Add PHP SAPI to server info display 2018-01-13 14:13:28 +09:00
adminlogging Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
advanced_mailer Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
autoinstall Remove unnecessary cache clearing in Direct module installer 2017-12-09 01:44:09 +09:00
board 각종 PHP 7.2 에서 나는 워닝에러를 고침 2018-01-25 20:57:01 +09:00
comment Fix #962 hide deleted comment from integration search 2018-01-12 19:40:09 +09:00
communication Enable responsive skin in member, communication, and ncenterlite 2017-12-05 23:58:04 +09:00
counter Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
document 각종 PHP 7.2 에서 나는 워닝에러를 고침 2018-01-25 20:57:01 +09:00
editor Enable LESS and SASS @ editor style (#988) 2018-01-20 00:20:05 +09:00
file Fix #975 do not move file when moving document 2018-01-12 19:51:45 +09:00
importer Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
install Guard some count() calls with is_array() in install module 2017-12-09 02:23:22 +09:00
integration_search Fix #955 all modules are included in integration search 2018-01-12 20:02:42 +09:00
krzip Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
layout Fix #959 incorrect escape of layout configuration 2017-12-09 02:10:47 +09:00
member 맴버모듈의 member_list.html 파일에서 누락된 문자열 따옴표 추가. 2018-01-24 16:17:30 +09:00
menu Remove unnecessary string replacing. (#982) 2018-01-13 19:20:24 +09:00
message Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
module 각종 PHP 7.2 에서 나는 워닝에러를 고침 2018-01-25 20:57:01 +09:00
ncenterlite Fix incorrect sender info in new message notification 2018-01-25 23:39:03 +09:00
page Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
point fix #2183 포인트 모듈별 설정 페이지에서 page 모듈을 제외 2018-01-10 23:19:04 +09:00
poll Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
rss Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
session Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
spamfilter Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
tag Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
trash Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
widget Fix strict count() behavior in PHP 7.2 2017-12-01 01:42:03 +09:00