We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11bd13 commit 8ea9c26Copy full SHA for 8ea9c26
administrator/components/com_actionlogs/src/Helper/ActionlogsHelper.php
@@ -177,10 +177,10 @@ public static function getLogContentTypeParams($context)
177
*/
178
public static function getHumanReadableLogMessage($log, $generateLinks = true)
179
{
180
+ static::loadActionLogPluginsLanguage();
181
static $links = [];
-
182
- $message = Text::_($log->message_language_key);
183
- $messageData = json_decode($log->message, true);
+ $message = Text::_($log->message_language_key);
+ $messageData = json_decode($log->message, true);
184
185
// Special handling for translation extension name
186
if (isset($messageData['extension_name'])) {
0 commit comments