Explorar el Código

typo, found by Scrutinizer

El RIDO hace 3 años
padre
commit
07ad9ad0f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Data/Database.php

+ 1 - 1
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);
     }