mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Don't prompt for update when new_message_flags folder is missing
https://xetown.com/questions/1626240 cf. #1804
This commit is contained in:
parent
140a788f33
commit
99acb293b6
1 changed files with 5 additions and 1 deletions
|
|
@ -59,7 +59,11 @@ class communication extends ModuleObject
|
|||
|
||||
if(!is_dir("./files/member_extra_info/new_message_flags"))
|
||||
{
|
||||
return TRUE;
|
||||
FileHandler::makeDir('./files/member_extra_info/new_message_flags');
|
||||
if(!is_dir("./files/member_extra_info/new_message_flags"))
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue