Add *_content_(model|format) fields to PostgreSQL
[lhc/web/wiklou.git] / includes / Title.php
index 0c824e6..3212f54 100644 (file)
@@ -3768,7 +3768,8 @@ class Title {
                if ( !is_object( $nullRevision ) ) {
                        throw new MWException( 'No valid null revision produced in ' . __METHOD__ );
                }
-               $nullRevId = $nullRevision->insertOn( $dbw );
+
+               $nullRevision->insertOn( $dbw );
 
                # Change the name of the target page:
                $dbw->update( 'page',