mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +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
|
// Register session
|
||||||
if(!$_SESSION['banned_document'][$document_srl])
|
if(!$_SESSION['banned_document'][$document_srl])
|
||||||
{
|
{
|
||||||
+ $_SESSION['readed_document'][$document_srl] = true;
|
$_SESSION['readed_document'][$document_srl] = true;
|
||||||
+ }
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue