rhymix/modules/point
Kijin Sung 84e5542d77 Remove unnecessary use of BaseObject
- 트리거 등 반환값이 필요하지 않은 곳에서 new BaseObject()를 반환하는 것 삭제
- 모듈 설치, 업데이트 후 무의미한 new BaseObject()를 반환하는 것 삭제
- 사용자에게 에러 메시지를 돌려주는 용도로 new BaseObject(-1, '에러메시지')를
  사용하는 경우는 대부분 $this->setError()로 변경함. 언어 변환과 sprintf()
  처리까지 한 번에 이루어지므로 이쪽이 더 편리함.
2017-12-01 00:54:51 +09:00
..
conf module.xml 3차 정리 2017-04-08 15:50:06 +09:00
icons/default
lang Add option to keep existing group when point is reduced #610 2017-03-02 17:47:50 +09:00
queries
ruleset
schemas
tpl Add option to keep existing group when point is reduced #610 2017-03-02 17:47:50 +09:00
point.admin.controller.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
point.admin.view.php Reapply "Fix #2005 XEVE-16-008 XSS 방지 및 XSS를 통해 특정 명령을 실행할 수 있는 보안취약점 해결" 2017-01-12 15:21:44 +09:00
point.class.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
point.controller.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
point.model.php General cleanup of point.model.php 2017-03-02 16:56:19 +09:00
point.view.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00