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