Topic on Extension talk:GoogleSiteSearch

Fatal Error with latest [SOLVED]

2
Summary by Jkmartindale

getLang() was deprecated in favor getLanguage(). This is fixed in the latest extension version.

Wmat (talkcontribs)

With the latest master branches of MW and this extension, I'm receiving a Fatal error:

Fatal error: Call to undefined method SpecialSearch::getLang() in extensions/GoogleSiteSearch/GoogleSiteSearch.php on line 81

Did something get deprecated?

Wmat (talkcontribs)

It seems getLang() is deprecated and getLanguage() should be used.