X-Git-Url: http://git.dj3c1t.com/index.cgi?a=blobdiff_plain;f=mw%2Fenv%2Fmodules%2Fmw_env_config.php;h=e9b23163911d6de021e5ca9f36c8d1d98cce6684;hb=0df77b6e0e0eee4060e73ca0d6955bf232aa23cc;hp=a708431712fb7cb3d448437fd2f3f0d483068525;hpb=d669e951c9bcd5a4d1baf3ff8b60431f73e14054;p=mtweb diff --git a/mw/env/modules/mw_env_config.php b/mw/env/modules/mw_env_config.php index a708431..e9b2316 100644 --- a/mw/env/modules/mw_env_config.php +++ b/mw/env/modules/mw_env_config.php @@ -51,7 +51,7 @@ if(isset($app_config["subs"]["bdd"][0]["subs"]["table_prefix_code"])){ $this->add_table_prefix( array( - $app_config["subs"]["bdd"][0]["subs"]["table_prefix_code"][0]["data"] => $bdd["table_prefix"] + $app_config["subs"]["bdd"][0]["subs"]["table_prefix_code"][0]["data"] => isset($bdd["table_prefix"]) ? $bdd["table_prefix"] : "" ) ); }