From: dongsheng Date: Thu, 1 May 2008 06:55:07 +0000 (+0000) Subject: "MDL-10944, fix undefined property in chatd.php, merged from MOODLE_19_STABLE" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1a084d1541d914adb841509d5e8e65e28b6c12f8;p=moodle.git "MDL-10944, fix undefined property in chatd.php, merged from MOODLE_19_STABLE" --- diff --git a/mod/chat/chatd.php b/mod/chat/chatd.php index 86c462a8ef..d5c595fe67 100755 --- a/mod/chat/chatd.php +++ b/mod/chat/chatd.php @@ -243,6 +243,7 @@ class ChatDaemon { $str->mins = get_string("mins"); $str->sec = get_string("sec"); $str->secs = get_string("secs"); + $str->years = get_string('years'); } ob_start();