From 787db8c95eebc162070bef8636f204689069c28b Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Thu, 30 Aug 2018 09:39:47 +0800 Subject: [PATCH 1/1] TEST: Not to be integrated --- mod/chat/lang/en/chat.php | 1 + mod/chat/lib.php | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/mod/chat/lang/en/chat.php b/mod/chat/lang/en/chat.php index 82bd0cc1bf4..635dfc67514 100644 --- a/mod/chat/lang/en/chat.php +++ b/mod/chat/lang/en/chat.php @@ -1,4 +1,5 @@ MOD_CLASS_ACTIVITY, + 'type' => 'withhelp', + 'typestr' => 'With a valid help string', + ], + (object) [ + 'modclass' => MOD_CLASS_ACTIVITY, + 'type' => 'withouthelp', + 'typestr' => 'Without a valid help string', + ], + ]; +} // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify -- 2.17.0