mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Fix typo; Context class
오타 수정. 문장 끝 세미콜론 추가
This commit is contained in:
parent
c1c9a94623
commit
da95eed96e
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ class Context
|
|||
static $ssl_only = null;
|
||||
if(is_null($ssl_only))
|
||||
{
|
||||
$ssl_only = (self::get('_use_ssl') === 'always' ? true : false)
|
||||
$ssl_only = (self::get('_use_ssl') === 'always' ? true : false);
|
||||
}
|
||||
return $ssl_only;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue