diff --git a/BancaDati/BancaDati.php b/BancaDati/BancaDati.php index 0874c6d..12f9205 100644 --- a/BancaDati/BancaDati.php +++ b/BancaDati/BancaDati.php @@ -118,7 +118,7 @@ class BancaDati { $sql .= $order["order"]; } try { - return $this->pdo->query($sql); + return $this->pdo->query($sql)->fetch(); }catch (PDOException $e){ die; }