[FIX] Do not notify on missing cache entry

This commit is contained in:
Sebastian Grewe 2013-10-07 13:48:48 +02:00
parent 3923bc7e93
commit 0dca798f5c

View File

@ -242,7 +242,7 @@ class Statistics {
public function getUserShares($account_id) {
$this->debug->append("STA " . __METHOD__, 4);
// Dual-caching, try statistics cron first, then fallback to local, then fallbock to SQL
if ($data = $this->memcache->get(STATISTICS_ALL_USER_SHARES)) return $data['data'][$account_id];
if ($data = $this->memcache->get(STATISTICS_ALL_USER_SHARES)) return @$data['data'][$account_id];
if ($data = $this->memcache->get(__FUNCTION__ . $account_id)) return $data;
$stmt = $this->mysqli->prepare("
SELECT