Skip to content

Commit

Permalink
->setupSession(); was deprecated and removed in MediaWiki 1.18. Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy D committed Dec 9, 2011
1 parent efa454a commit 6390fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auth_SMF.php
Expand Up @@ -271,7 +271,7 @@ function AutoAuthenticateSMF ($initial_user_data, &$user)
}

// Go ahead and log 'em in
$user->setupSession();
wfSetupSession();
$user->setCookies();

return true;
Expand Down

0 comments on commit 6390fdb

Please sign in to comment.