X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fconfig%2FGlobalConfig.php;h=e16a9ee72850fceda5323762d95c375989cc57d5;hb=3afc76a4b5ad2f73dd69a82ec08c0d0e4799f00f;hp=1b1cd8924aee93afb91caceef2977ad885cd324b;hpb=63f69d9c38957c903bae4294e59111f56a425445;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/config/GlobalConfig.php b/includes/config/GlobalConfig.php index 1b1cd8924a..e16a9ee728 100644 --- a/includes/config/GlobalConfig.php +++ b/includes/config/GlobalConfig.php @@ -39,6 +39,7 @@ class GlobalConfig extends Config { */ public function set( $name, $value, $prefix = 'wg' ) { $GLOBALS[$prefix . $name] = $value; + return Status::newGood(); } }