Skip to content

Commit

Permalink
"MDL-10944, fix undefined property in chatd.php"
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed May 1, 2008
1 parent 320e91e commit d4680e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/chat/chatd.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ function get_user_window($sessionid) {
$str->mins = get_string("mins");
$str->sec = get_string("sec");
$str->secs = get_string("secs");
$str->years = get_string('years');
}

ob_start();
Expand Down

0 comments on commit d4680e2

Please sign in to comment.