From 07ad9ad0f4be3cf6647c8ab8945839178321d15d Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 5 Nov 2022 09:37:24 +0100 Subject: [PATCH] typo, found by Scrutinizer --- lib/Data/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Data/Database.php b/lib/Data/Database.php index e0678994..d4933b00 100644 --- a/lib/Data/Database.php +++ b/lib/Data/Database.php @@ -500,7 +500,7 @@ class Database extends AbstractData */ public function getAllPastes() { - return $this->_db->_query( + return $this->_db->query( 'SELECT "dataid" FROM "' . $this->_sanitizeIdentifier('paste') . '"' )->fetchAll(PDO::FETCH_COLUMN, 0); }