r26449 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r26448
|
r26449
|
r26450
>
Date:
06:30, 6 October 2007
Author:
mkroetzsch
Status:
old
Tags:
Comment:
Typo in query answering for categories w/o subcategory reasoning.
Modified paths:
/trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php
—
—
@@ -1564,7 +1564,7 @@
1565
1565
if ($subwhere != '') {
1566
1566
$subwhere .= ' OR ';
1567
1567
}
1568
- $subwhere .= '(' . $table . '.cl_to=' . $db->addQuotes($description->getCategories()->getDBKey()) . ')';
1568
+ $subwhere .= '(' . $table . '.cl_to=' . $db->addQuotes($cat->getDBKey()) . ')';
1569
1569
}
1570
1570
}
1571
1571
}
Status & tagging log
15:21, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r26449
[
removed:
ok
added:
old]