mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Update document.controller.php
This commit is contained in:
parent
6050f63886
commit
238180b575
1 changed files with 2 additions and 2 deletions
|
|
@ -878,8 +878,8 @@ class documentController extends document
|
|||
// Register session
|
||||
if(!$_SESSION['banned_document'][$document_srl])
|
||||
{
|
||||
+ $_SESSION['readed_document'][$document_srl] = true;
|
||||
+ }
|
||||
$_SESSION['readed_document'][$document_srl] = true;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue