User "Liangent" changed the status of MediaWiki.r85081. Old Status: ok New Status: fixme
User "Liangent" also posted a comment on MediaWiki.r85081. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/85081#c16986 Commit summary: MFT last round of db and installer changes: r81755, r82596, r85021, r85047, r85066 Comment: - return $this->tableName( $name ) . ' ' . $this->addIdentifierQuotes( $alias ); + return $this->tableName( $name ) . ' ' . $this->addQuotes( $alias ); You changed a correct line to a buggy one (already fixed in r81833, you can simply merge it). Actually r81755 shouldn't be merged... _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
