Index: trunk/extensions/SemanticMediaWiki/includes/SMW_ParseData.php |
— | — | @@ -127,7 +127,6 @@ |
128 | 128 | * @param $makejobs Bool stating whether jobs should be created to trigger further updates if |
129 | 129 | * this appears to be necessary after this update. |
130 | 130 | * |
131 | | - * @bug This still refers to SMWFactbox::isNewArticle(). Move this somewhere else or find a way to kill it (the new store does not need it anyway). |
132 | 131 | * @bug Some job generations here might create too many jobs at once on a large wiki. Use incremental jobs instead. |
133 | 132 | */ |
134 | 133 | static public function storeData($parseroutput, $title, $makejobs = true) { |