diff --git a/plugins/actionlog/joomla/joomla.php b/plugins/actionlog/joomla/joomla.php index 0fb7e27eea83e..1251d105158bc 100644 --- a/plugins/actionlog/joomla/joomla.php +++ b/plugins/actionlog/joomla/joomla.php @@ -469,6 +469,11 @@ public function onExtensionAfterSave($context, $table, $isNew) { $option = $this->app->input->getCmd('option'); + if ($table->get('module') != null) + { + $option = 'com_modules'; + } + if (!$this->checkLoggable($option)) { return;