Brendan Abolivier hace 10 años
padre
commit
9c33eea0ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      web/class.connector.php

+ 1
- 1
web/class.connector.php Ver fichero

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