mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
잘못된 설정값 변경.
This commit is contained in:
parent
de13ea21ec
commit
6ff24f89d6
3 changed files with 6 additions and 6 deletions
|
|
@ -902,7 +902,7 @@ class documentController extends document
|
|||
|
||||
$oDocumentModel = getModel('document');
|
||||
$config = $oDocumentModel->getDocumentConfig();
|
||||
if($config->updatecount != 'yes')
|
||||
if($config->updatecount == 'Y')
|
||||
{
|
||||
// Pass if the author's IP address is as same as visitor's.
|
||||
if($oDocument->get('ipaddress') == $_SERVER['REMOTE_ADDR'] && Context::getSessionStatus())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue