File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
plugins/system/skeletonkey/src/Extension Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 11Skeleton 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
56Skeleton Key 1.0.7
67================================================================================
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments