X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fparse.php;h=43bbca1177864055e44958be09a4ff4f95b85d55;hb=c1e9d63dfd68dcc1343840eaa8a395234ccba104;hp=f01d8f5a827836aa215707da46de2f30c2a268fa;hpb=a479750da672066b4189b115d1141a23d8c5cae3;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/parse.php b/maintenance/parse.php index f01d8f5a82..43bbca1177 100644 --- a/maintenance/parse.php +++ b/maintenance/parse.php @@ -117,9 +117,7 @@ class CLIParser extends Maintenance { * @return Title */ protected function getTitle() { - $title = $this->getOption( 'title' ) - ? $this->getOption( 'title' ) - : 'CLIParser'; + $title = $this->getOption( 'title' ) ?: 'CLIParser'; return Title::newFromText( $title ); }