r37184 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37183‎ | r37184 | r37185 >
Date:16:52, 6 July 2008
Author:mkroetzsch
Status:old
Tags:
Comment:
fixed call to Factbox
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/maintenance/SMW_refreshData.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/maintenance/SMW_refreshData.php
@@ -149,7 +149,7 @@
150150 $revision = Revision::newFromTitle( $title );
151151 if ( $revision === NULL ) continue;
152152 $wgParser->parse($revision->getText(), $title, $options, true, true, $revision->getID());
153 - SMWFactbox::storeData($title, true);
 153+ SMWFactbox::storeData(true);
154154 // sleep to be nice to the server
155155 if ( ($delay !== false) && (($num_files+1) % 100 === 0) ) {
156156 usleep($delay);

Status & tagging log