Skip to content

Commit

Permalink
MDL-10264 - fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
poltawski committed Jun 26, 2007
1 parent 81f99d2 commit 5046d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moodlelib.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@ function require_login($courseorid=0, $autologinguest=true, $cm=null) {
} }
} }
} else { } else {
error(get_strin('nopasswordchangeforced', 'auth')); error(get_string('nopasswordchangeforced', 'auth'));
} }
} }


Expand Down

0 comments on commit 5046d23

Please sign in to comment.