|
@@ -30,6 +30,7 @@ class brand_helper
|
|
|
self::$stInstance = new brand_helper();
|
|
|
}
|
|
|
if(StatesHelper::fetch_state('brands')) {
|
|
|
+ Log::record("brand_helper reload data.",Log::DEBUG);
|
|
|
self::$stInstance->init();
|
|
|
}
|
|
|
|
|
@@ -76,6 +77,7 @@ class brand_helper
|
|
|
private function init()
|
|
|
{
|
|
|
$data = $this->read_cache();
|
|
|
+
|
|
|
$this->mBrandPageResult = $data;
|
|
|
$this->mBaseInfo = $data['base_info'];
|
|
|
}
|