Skip to content

Commit

Permalink
auth base class MDL-21457 make the base class user_exists method argu…
Browse files Browse the repository at this point in the history
…ment list match reality
  • Loading branch information
Penny Leach committed Jan 28, 2010
1 parent fbac726 commit d61ffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/authlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function user_confirm($username, $confirmsecret) {
* @param string $username (with system magic quotes)
* @return bool
*/
function user_exists() {
function user_exists($username) {
//override if needed
return false;
}
Expand Down

0 comments on commit d61ffb0

Please sign in to comment.