1
This commit is contained in:
parent
cc67e0002b
commit
2670783e37
@ -219,6 +219,7 @@ class BaseAuthedController extends BaseController {
|
|||||||
break;
|
break;
|
||||||
case V_ITEM_ACTIVE:
|
case V_ITEM_ACTIVE:
|
||||||
{
|
{
|
||||||
|
return;
|
||||||
$addItem = max(0, mt\Parameter::getVal('activeness_limit', 0) - $this->_getDailyV(TN_DAILY_ACTIVE, 0));
|
$addItem = max(0, mt\Parameter::getVal('activeness_limit', 0) - $this->_getDailyV(TN_DAILY_ACTIVE, 0));
|
||||||
$addItem = min($addItem, $itemNum);
|
$addItem = min($addItem, $itemNum);
|
||||||
if ($addItem > 0) {
|
if ($addItem > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user