mirror of
https://github.com/kokororin/typecho-plugin-Access.git
synced 2025-02-22 01:30:46 +08:00
修复仅查看爬虫时 页数显示不正确的问题
This commit is contained in:
parent
aaa2e5ad8f
commit
7230c18988
@ -78,7 +78,7 @@ class Access_Core
|
||||
break;
|
||||
case 2:
|
||||
$query->where('robot = ?', 1);
|
||||
$qcount->where('robot = ?', 0);
|
||||
$qcount->where('robot = ?', 1);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user