r63793 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r63792
|
r63793
|
r63794
>
Date:
01:28, 16 March 2010
Author:
dantman
Status:
deferred
Tags:
Comment:
Add a new hook to SQLStore2 to fix a SIO bug.
Modified paths:
/trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php
—
—
@@ -1256,6 +1256,8 @@
1257
1257
}
1258
1258
$db->freeResult( $res );
1259
1259
1260
+ wfRunHooks('smwRefreshDataJobs', array(&$updatejobs));
1261
+
1260
1262
if ( $usejobs ) {
1261
1263
Job::batchInsert( $updatejobs );
1262
1264
} else {
Status & tagging log
12:06, 16 March 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r63793
[
removed:
new
added:
deferred]