-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Here's how I fixed/circumvented it for now, not sure if this is the correct fix;
diff --git Model/Processor.php Model/Processor.php
index f0ddde1..ce58d1c 100644
--- Model/Processor.php
+++ Model/Processor.php
@@ -624,7 +624,7 @@ class Processor
}
if ($this->helper->isPageVisitEnable()
- && $this->isValidAction($module, $this->lastAction)) {
+ && $this->isValidAction($module, $this->lastAction) && $this->eventConfig) {
$activity = $this->_initLog();
Metadata
Metadata
Assignees
Labels
No labels