mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
typo, found by Scrutinizer
This commit is contained in:
parent
833cf93209
commit
07ad9ad0f4
@ -500,7 +500,7 @@ class Database extends AbstractData
|
|||||||
*/
|
*/
|
||||||
public function getAllPastes()
|
public function getAllPastes()
|
||||||
{
|
{
|
||||||
return $this->_db->_query(
|
return $this->_db->query(
|
||||||
'SELECT "dataid" FROM "' . $this->_sanitizeIdentifier('paste') . '"'
|
'SELECT "dataid" FROM "' . $this->_sanitizeIdentifier('paste') . '"'
|
||||||
)->fetchAll(PDO::FETCH_COLUMN, 0);
|
)->fetchAll(PDO::FETCH_COLUMN, 0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user