From a1789ddde42033f1b05cc4929491214ee6e79383 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 17 Dec 2015 09:15:42 +0100 Subject: Update to MediaWiki 1.26.0 --- opensearch_desc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opensearch_desc.php') 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 ); -- cgit v1.2.3-54-g00ecf