mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-11 23:01:41 +09:00
Update document.controller.php
This commit is contained in:
parent
715ec4688c
commit
238e54e27e
1 changed files with 4 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