mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
Delete logged_info check code.
This commit is contained in:
parent
1112bd1ce6
commit
b4b9546531
1 changed files with 0 additions and 5 deletions
|
|
@ -1096,11 +1096,6 @@ class ncenterliteController extends ncenterlite
|
|||
|
||||
public static function removeFlagFile($member_srl = null)
|
||||
{
|
||||
$logged_info = Context::get('logged_info');
|
||||
if($member_srl === null && Context::get('is_logged'))
|
||||
{
|
||||
$member_srl = $logged_info->member_srl;
|
||||
}
|
||||
$flag_path = \RX_BASEDIR . 'files/cache/ncenterlite/new_notify/' . getNumberingPath($member_srl) . $member_srl . '.php';
|
||||
if(file_exists($flag_path))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue