Skip to content

Commit 9d51a25

Browse files
committed
# [LOW] The PLG_SYSTEM_SKELETONKEY_LBL_NOAUTHPLUGIN message may appear untranslated [gh-12]
1 parent 0b789a6 commit 9d51a25

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Skeleton Key 1.1.0
22
================================================================================
33
+ Action Log plugin [gh-11]
4+
# [LOW] The PLG_SYSTEM_SKELETONKEY_LBL_NOAUTHPLUGIN message may appear untranslated [gh-12]
45

56
Skeleton Key 1.0.7
67
================================================================================

plugins/system/skeletonkey/src/Extension/Skeletonkey.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ public function onBeforeDisplay(Event $event)
150150
// Make sure the authentication plugin is enabled. If not, warn the user.
151151
if (!PluginHelper::isEnabled('authentication', 'skeletonkey'))
152152
{
153+
$this->loadLanguage();
154+
153155
$this->app->enqueueMessage(Text::_('PLG_SYSTEM_SKELETONKEY_LBL_NOAUTHPLUGIN'), CMSApplication::MSG_ERROR);
154156

155157
return;

0 commit comments

Comments
 (0)