瀏覽代碼

增加删除品牌数据

stanley-king 8 年之前
父節點
當前提交
fbee00f45d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      admin/control/cache.php

+ 1 - 0
admin/control/cache.php

@@ -158,6 +158,7 @@ class cacheControl extends SystemControl
             if (in_array('salelist',$todo)) {
                 $this->del_keys('mb_salelist*');
                 $this->del_keys('mb_brand');
+                $this->del_keys('mb_brandex');
             }
         }