|
@@ -114,6 +114,7 @@ class cacheControl extends SystemControl
|
|
|
$this->mPublisher->modify_activity_goods_sampler();
|
|
|
$this->mPublisher->modify_activity_bargain_goods();
|
|
|
$this->mPublisher->modify_refill_channel();
|
|
|
+ $this->mPublisher->modify_refill_bridge();
|
|
|
}
|
|
|
else
|
|
|
{
|
|
@@ -206,6 +207,9 @@ class cacheControl extends SystemControl
|
|
|
if(in_array('refill_channel',$todo)) {
|
|
|
$this->mPublisher->modify_refill_channel();
|
|
|
}
|
|
|
+ if(in_array('refill_bridge',$todo)) {
|
|
|
+ $this->mPublisher->modify_refill_bridge();
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
$this->log(L('cache_cls_operate'));
|