]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-10944, fix undefined property in chatd.php, merged from MOODLE_19_STABLE"
authordongsheng <dongsheng>
Thu, 1 May 2008 06:55:07 +0000 (06:55 +0000)
committerdongsheng <dongsheng>
Thu, 1 May 2008 06:55:07 +0000 (06:55 +0000)
mod/chat/chatd.php

index 86c462a8ef2e9bcef910a820b5932c9dd258685d..d5c595fe677736da0a352c84f9a7526f3bd54601 100755 (executable)
@@ -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();