diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-15 08:45:42 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-15 08:45:42 +0300 |
commit | aa0f07c285a530de6455d8b1a4c27af522018386 (patch) | |
tree | 70eb1b921ac58d5018115d7d5c9917a0a86cf458 | |
parent | c2afebb9b50e21f0be1e3ac98f740c24a1e6e141 (diff) | |
download | auth_token-aa0f07c285a530de6455d8b1a4c27af522018386.tar.xz auth_token-aa0f07c285a530de6455d8b1a4c27af522018386.zip |
Small fixes
-rw-r--r-- | auth.php | 2 | ||||
-rw-r--r-- | lang/en/auth_token.php | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -36,7 +36,7 @@ class auth_plugin_token extends auth_plugin_base { */ public function __construct() { $this->authtype = "token"; - $this->config = get_config("auth_token"); + $this->config = get_config("auth_token"); } /** diff --git a/lang/en/auth_token.php b/lang/en/auth_token.php index 60e6757..867c607 100644 --- a/lang/en/auth_token.php +++ b/lang/en/auth_token.php @@ -15,11 +15,11 @@ // along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** - * Strings for component "auth_token", language "en". + * Strings for component 'auth_token', language 'en'. * * @package auth_token * @copyright 2017 "Valentin Popov" <info@valentineus.link> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string["pluginname"] = "Authorization by tokens";
\ No newline at end of file +$string["pluginname"] = "Authorization by token";
\ No newline at end of file |