implementations sgbd dans env/sgbd
[mtweb] / mw / app / controllers / install / index.php
index 96b917d..16cc9e4 100644 (file)
@@ -19,7 +19,7 @@
         "email" => "",
         "password" => ""
       );
-      if(($sgbds = $data->sgbds()) === false){
+      if(($sgbds = $env->sgbds()) === false){
         $env->erreur("impossible de lister les sgbds disponibles");
         return;
       }