Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon committed Sep 3, 2022
1 parent 282e5d6 commit 1c7edf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/actionlogs/actionlogs.php
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ public static function renderActionlogsExtensions($extensions)
*/
public function onExtensionAfterSave($context, $table, $isNew): void
{
if ($table->name !== 'com_actionlogs')
if ($context !== 'com_config.component' || $table->name !== 'com_actionlogs')
{
return;
}
Expand Down

0 comments on commit 1c7edf4

Please sign in to comment.