X-Git-Url: http://git.dj3c1t.com/?p=mtweb;a=blobdiff_plain;f=mw%2Fapp%2Fcontrollers%2Finstall%2Findex.php;fp=mw%2Fapp%2Fcontrollers%2Finstall%2Findex.php;h=16cc9e493b83de10f377b6b306c097caeb8fd023;hp=96b917d4649243ef7512160c126a58c2250aeb28;hb=ad9756b0b72852c82165e824570f21b039fcb359;hpb=8da84cf3aa4d10d91f19b6df06ce4c5e9fcb79da diff --git a/mw/app/controllers/install/index.php b/mw/app/controllers/install/index.php index 96b917d..16cc9e4 100644 --- a/mw/app/controllers/install/index.php +++ b/mw/app/controllers/install/index.php @@ -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; }