Przeglądaj źródła

typo, found by Scrutinizer

El RIDO 3 lat temu
rodzic
commit
07ad9ad0f4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/Data/Database.php

+ 1 - 1
lib/Data/Database.php

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