mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
Update point.admin.controller.php
This commit is contained in:
parent
c9533d81b6
commit
4b7fe3f43b
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ class pointAdminController extends point
|
|||
$config->download_file = (int)$args->download_file;
|
||||
$config->voted = (int)$args->voted;
|
||||
$config->blamed = (int)$args->blamed;
|
||||
$config->voted_comment = (int)$args->voted_comment;
|
||||
$config->blamed_comment = (int)$args->blamed_comment;
|
||||
// The highest level
|
||||
$config->max_level = $args->max_level;
|
||||
if($config->max_level>1000) $config->max_level = 1000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue