resources: Collapse all jQuery UI modules into one deprecated mega-module
[lhc/web/wiklou.git] / maintenance / parse.php
index f01d8f5..43bbca1 100644 (file)
@@ -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 );
        }