r62773 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62772‎ | r62773 | r62774 >
Date:16:03, 21 February 2010
Author:mkroetzsch
Status:deferred
Tags:
Comment:
fixed typo in variable name
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php
@@ -1141,7 +1141,7 @@
11421142 * make sure that DB-based functions work as with all other properties.
11431143 */
11441144 protected function setupPredefinedProperties($verbose, $db) {
1145 - global $wgDBType;
 1145+ global $wgDBtype;
11461146 $this->reportProgress("Setting up internal property indices ...\n",$verbose);
11471147 // Check if we already have this structure
11481148 $borderiw = $db->selectField('smw_ids', 'smw_iw', 'smw_id=' . $db->addQuotes(50));

Status & tagging log