mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-11 23:01:41 +09:00
Merge pull request #1203 from sejin7940/point_readed
포인트 부족 시 글 열람 금지 설정해도, 글을 볼 수 있는 버그 패치
This commit is contained in:
commit
b0814b652d
2 changed files with 6 additions and 1 deletions
|
|
@ -876,7 +876,10 @@ class documentController extends document
|
|||
}
|
||||
|
||||
// Register session
|
||||
$_SESSION['readed_document'][$document_srl] = true;
|
||||
if(!$_SESSION['banned_document'][$document_srl])
|
||||
{
|
||||
$_SESSION['readed_document'][$document_srl] = true;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue