Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Factbox.php |
— | — | @@ -250,6 +250,7 @@ |
251 | 251 | switch ($showfactbox) { |
252 | 252 | case SMW_FACTBOX_HIDDEN: // never |
253 | 253 | wfProfileOut("SMWFactbox::printFactbox (SMW)"); |
| 254 | + SMWFactbox::$m_printed = true; // do not print again, period (the other cases may safely try again, if new data should come in) |
254 | 255 | return; |
255 | 256 | case SMW_FACTBOX_SPECIAL: // only when there are special properties |
256 | 257 | if ( !SMWFactbox::$semdata->hasVisibleSpecialProperties() ) { |