diff --git a/administrator/components/com_actionlogs/helpers/actionlogs.php b/administrator/components/com_actionlogs/helpers/actionlogs.php index 71221c4de0697..25e9c693bb9f0 100644 --- a/administrator/components/com_actionlogs/helpers/actionlogs.php +++ b/administrator/components/com_actionlogs/helpers/actionlogs.php @@ -245,9 +245,9 @@ public static function getContentTypeLink($component, $contentType, $id, $urlVar } } - if (empty($urlVar)) + if ($component === 'com_plugins') { - $urlVar = 'id'; + $urlVar = 'extension_id'; } // Return default link to avoid having to implement getContentTypeLink in most of our components