mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 19:59:54 +09:00
Update document.controller.php
This commit is contained in:
parent
9e678a8da9
commit
6050f63886
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