Skip to content

Commit

Permalink
Wrong method name
Browse files Browse the repository at this point in the history
  • Loading branch information
jdarwood007 committed Jan 9, 2022
1 parent 0685115 commit dedaa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ForumProvider/smf2.0.php
Expand Up @@ -79,7 +79,7 @@ public function readConfigurationFile(string $basepath)
*
* @return void No return is expected.
*/
public function compatAuthSMF()
public function compatLegacy()
{
global $wgSMFPath, $wgSMFDenyGroupID, $wgSMFGroupID, $wgSMFAdminGroupID, $wgSMFSpecialGroups, $wgFSPNameStyle, $wgFSPEnableBanCheck;

Expand Down

0 comments on commit dedaa25

Please sign in to comment.