X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerName.php;h=1222ac2f3f4c2dd7b21a94f79563e72f5bfc9e9c;hb=b950c0e8eaaa35ce4bf9f1dc0f73964e469f80b1;hp=8314fd2803db8b55dce7a13fd617abdd0c470fc1;hpb=9171317645de4d31c61c570a9e4fa765e09ecc4d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerName.php b/includes/installer/WebInstallerName.php index 8314fd2803..1222ac2f3f 100644 --- a/includes/installer/WebInstallerName.php +++ b/includes/installer/WebInstallerName.php @@ -28,10 +28,8 @@ class WebInstallerName extends WebInstallerPage { */ public function execute() { $r = $this->parent->request; - if ( $r->wasPosted() ) { - if ( $this->submit() ) { - return 'continue'; - } + if ( $r->wasPosted() && $this->submit() ) { + return 'continue'; } $this->startForm();