mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
Remove trailing whitespace
This commit is contained in:
parent
c5267b42fd
commit
37b0d3a1e6
71 changed files with 806 additions and 806 deletions
|
|
@ -173,7 +173,7 @@ class pointAdminController extends point
|
|||
|
||||
// A function to calculate per-level points
|
||||
$config->expression = $args->expression;
|
||||
|
||||
|
||||
// Save
|
||||
$oModuleController->insertModuleConfig('point', $config);
|
||||
|
||||
|
|
@ -195,7 +195,7 @@ class pointAdminController extends point
|
|||
'voter', 'blamer', 'voter_comment', 'blamer_comment',
|
||||
'download_file_author', 'read_document_author', 'voted', 'blamed', 'voted_comment', 'blamed_comment',
|
||||
);
|
||||
|
||||
|
||||
foreach($configTypeList AS $config)
|
||||
{
|
||||
if(is_array($args->{$config}))
|
||||
|
|
@ -385,7 +385,7 @@ class pointAdminController extends point
|
|||
$output = executeQuery("point.initMemberPoint");
|
||||
if(!$output->toBool()) return $output;
|
||||
// Save the file temporarily
|
||||
|
||||
|
||||
$str = '';
|
||||
foreach($member as $key => $val)
|
||||
{
|
||||
|
|
@ -432,7 +432,7 @@ 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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue