Index: trunk/extensions/BreadCrumbs/BreadCrumbsFunctions.php |
— | — | @@ -60,7 +60,7 @@ |
61 | 61 | } |
62 | 62 | |
63 | 63 | ## Entry point for the hook for printing the CSS: |
64 | | -function fnBreadCrumbsOutputHook( &$m_pageObj, &$m_parserOutput ) { |
| 64 | +function fnBreadCrumbsOutputHook( &$m_pageObj, $m_parserOutput ) { |
65 | 65 | global $wgScriptPath; |
66 | 66 | |
67 | 67 | # Register CSS file for our select box: |