mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1961 invalidate cache after point recalculation
This commit is contained in:
parent
34517e83ce
commit
e9375cd72a
1 changed files with 2 additions and 2 deletions
|
|
@ -432,9 +432,9 @@ class pointAdminController extends point
|
|||
{
|
||||
FileHandler::removeFile('./files/cache/pointRecal.txt');
|
||||
$idx = $total;
|
||||
|
||||
|
||||
Rhymix\Framework\Cache::clearGroup('member');
|
||||
FileHandler::rename('./files/member_extra_info/point','./files/member_extra_info/point.old');
|
||||
|
||||
FileHandler::removeDir('./files/member_extra_info/point.old');
|
||||
}
|
||||
fclose($f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue