From 1a084d1541d914adb841509d5e8e65e28b6c12f8 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Thu, 1 May 2008 06:55:07 +0000 Subject: [PATCH] "MDL-10944, fix undefined property in chatd.php, merged from MOODLE_19_STABLE" --- mod/chat/chatd.php | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.39.5