r111295 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111294‎ | r111295 | r111296 >
Date:14:05, 12 February 2012
Author:jeroendedauw
Status:ok
Tags:
Comment:
rename canHas to canHave
Modified paths:
  • /trunk/phase3/includes/DBDataObject.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DBDataObject.php
@@ -651,7 +651,7 @@
652652 *
653653 * @return boolean
654654 */
655 - public static function canHasField( $name ) {
 655+ public static function canHaveField( $name ) {
656656 return array_key_exists( $name, static::getFieldTypes() );
657657 }
658658

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111264adding DBDataObject class after having some people review it and posting on t...jeroendedauw21:34, 11 February 2012

Status & tagging log