Added non-parallel fallback to MultiHttpClient when curl is unavailable
[lhc/web/wiklou.git] / includes / EditPage.php
index dfb2b43..a1cf3e2 100644 (file)
@@ -3352,7 +3352,7 @@ ERROR;
                }
 
                $this->showTextbox(
-                       $textoverride !== null ? $textoverride : $this->textbox1,
+                       $textoverride ?? $this->textbox1,
                        'wpTextbox1',
                        $attribs
                );