Browse Source

Minor fix

Brendan Abolivier 10 years ago
parent
commit
9c33eea0ff
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/class.connector.php

+ 1
- 1
web/class.connector.php View File

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
 }