diff options
Diffstat (limited to 'opensearch_desc.php')
-rw-r--r-- | opensearch_desc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opensearch_desc.php b/opensearch_desc.php index 5e5e35d3..0b569727 100644 --- a/opensearch_desc.php +++ b/opensearch_desc.php @@ -94,7 +94,7 @@ foreach ( $wgOpenSearchTemplates as $type => $template ) { // Allow hooks to override the suggestion URL settings in a more // general way than overriding the whole search engine... -wfRunHooks( 'OpenSearchUrls', array( &$urls ) ); +Hooks::run( 'OpenSearchUrls', array( &$urls ) ); foreach ( $urls as $attribs ) { print Xml::element( 'Url', $attribs ); |