mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
spamfilter 스팸단어에 따옴표가 있을 경우 삭제 안되는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4121 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1c37f1f49a
commit
938c8830fd
2 changed files with 2 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
* @brief 금지 Word삭제
|
||||
**/
|
||||
function procSpamfilterAdminDeleteDeniedWord() {
|
||||
$word = Context::get('word');
|
||||
$word = base64_decode(Context::get('word'));
|
||||
return $this->deleteWord($word);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue