Index: trunk/extensions/SemanticMediaWiki/maintenance/SMW_refreshData.php |
— | — | @@ -149,7 +149,7 @@ |
150 | 150 | $revision = Revision::newFromTitle( $title ); |
151 | 151 | if ( $revision === NULL ) continue; |
152 | 152 | $wgParser->parse($revision->getText(), $title, $options, true, true, $revision->getID()); |
153 | | - SMWFactbox::storeData($title, true); |
| 153 | + SMWFactbox::storeData(true); |
154 | 154 | // sleep to be nice to the server |
155 | 155 | if ( ($delay !== false) && (($num_files+1) % 100 === 0) ) { |
156 | 156 | usleep($delay); |