Brendan Abolivier 10 vuotta sitten
vanhempi
commit
9c33eea0ff
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      web/class.connector.php

+ 1
- 1
web/class.connector.php Näytä tiedosto

@@ -68,6 +68,6 @@ class Connector {
68 68
 			}
69 69
 		}
70 70
 
71
-		return $bdd->prepare($request)->execute($arrayVerif)->fetchAll();
71
+		return $this->bdd->prepare($request)->execute($arrayVerif)->fetchAll();
72 72
 	}
73 73
 }