mirror of
https://github.com/typecho/typecho.git
synced 2025-04-14 06:41:53 +02:00
fix #1154
This commit is contained in:
parent
a3d698c09e
commit
96eb56fc35
@ -91,7 +91,7 @@ trait SQLiteTrait
|
||||
*/
|
||||
public function parseSelect(array $sql): string
|
||||
{
|
||||
$query = $this->filterCountQuery($this->buildQuery($sql));
|
||||
$query = $this->buildQuery($sql);
|
||||
|
||||
if ($this->isSQLite2) {
|
||||
$query = $this->filterCountQuery($query);
|
||||
|
Loading…
x
Reference in New Issue
Block a user