mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
#18458336 : support textyle in CAPTCHA addon
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6979 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b005e075cd
commit
fb406799a7
1 changed files with 1 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
if($logged_info->is_admin == 'Y' || $logged_info->is_site_admin) return;
|
||||
if($addon_info->target != 'all' && Context::get('is_logged')) return;
|
||||
|
||||
$target_acts = array('procBoardInsertDocument','procBoardInsertComment','procIssuetrackerInsertIssue','procIssuetrackerInsertHistory');
|
||||
$target_acts = array('procBoardInsertDocument','procBoardInsertComment','procIssuetrackerInsertIssue','procIssuetrackerInsertHistory','procTextyleInsertComment');
|
||||
if($addon_info->apply_find_account=='apply') $target_acts[] = 'procMemberFindAccount';
|
||||
if($addon_info->apply_resend_auth_mail=='apply') $target_acts[] = 'procMemberResendAuthMail';
|
||||
|
||||
|
|
@ -102,7 +102,6 @@
|
|||
|
||||
exit();
|
||||
}
|
||||
|
||||
Context::addJsFile('./addons/captcha/captcha.js',false);
|
||||
|
||||
// 게시판/ 이슈트래커의 글쓰기/댓글쓰기 액션 호출시 세션 비교
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue