mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +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->download_file = (int)$args->download_file;
|
||||||
$config->voted = (int)$args->voted;
|
$config->voted = (int)$args->voted;
|
||||||
$config->blamed = (int)$args->blamed;
|
$config->blamed = (int)$args->blamed;
|
||||||
|
$config->voted_comment = (int)$args->voted_comment;
|
||||||
|
$config->blamed_comment = (int)$args->blamed_comment;
|
||||||
// The highest level
|
// The highest level
|
||||||
$config->max_level = $args->max_level;
|
$config->max_level = $args->max_level;
|
||||||
if($config->max_level>1000) $config->max_level = 1000;
|
if($config->max_level>1000) $config->max_level = 1000;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue