Skip to content

Commit

Permalink
MDL-17151: Fix typo. Merged from MOODLE_19_STABLE.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawhero committed Nov 7, 2008
1 parent 49f5ec4 commit 501ca37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/profile/lib.php
Expand Up @@ -267,7 +267,7 @@ function is_locked() {
* @return boolean
*/
function is_unique() {
return (boolean)$tihs->field->forceunique;
return (boolean)$this->field->forceunique;
}

/**
Expand Down

0 comments on commit 501ca37

Please sign in to comment.