Index: trunk/extensions/SemanticMediaWiki/includes/SMW_GlobalFunctions.php |
— | — | @@ -344,8 +344,9 @@ |
345 | 345 | |
346 | 346 | /** |
347 | 347 | * Set up all messages if requested explicitly by MediaWiki. |
| 348 | + * $pagelist was used in earlier MW versions and is kept for compatibility. |
348 | 349 | */ |
349 | | - function smwfLoadAllMessages($pagelist) { |
| 350 | + function smwfLoadAllMessages($pagelist = NULL) { |
350 | 351 | smwfInitContentMessages(); |
351 | 352 | smwfInitUserMessages(); |
352 | 353 | return true; |