diff --git a/extend/hook/FilterView.php b/extend/hook/FilterView.php index e7fb05200..a24ad3ba9 100644 --- a/extend/hook/FilterView.php +++ b/extend/hook/FilterView.php @@ -79,7 +79,7 @@ SCRIPT; if (($key = sysconf('tongji_cnzz_key'))) { $query = ['siteid' => $key, 'r' => $this->request->server('HTTP_REFERER'), 'rnd' => mt_rand(100000, 999999)]; $imgSrc = 'https://c.cnzz.com/wapstat.php?' . http_build_query($query); - $params = preg_replace('||i', "\n ", $params); + $params = preg_replace('||i', "\n ", $params); } }