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 @@
12571257 }
12581258 $db->freeResult( $res );
12591259
 1260+ wfRunHooks('smwRefreshDataJobs', array(&$updatejobs));
 1261+
12601262 if ( $usejobs ) {
12611263 Job::batchInsert( $updatejobs );
12621264 } else {

Status & tagging log