typo, found by Scrutinizer

pull/1014/head
El RIDO 2022-11-05 09:37:24 +01:00
parent 833cf93209
commit 07ad9ad0f4
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}