Skip to content

Commit fdc1293

Browse files
committed
make sure leads is active or don't run automation inboundnow/inbound-pro#130
1 parent e7b597a commit fdc1293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inbound-automation.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Description: Automate emails, segmenting, scoring & more.
66
*/
77

8-
if (!class_exists('Inbound_Automation_Plugin')) {
8+
if (!class_exists('Inbound_Automation_Plugin') && class_exists('Inbound_Leads_Plugin')) {
99

1010
final class Inbound_Automation_Plugin {
1111

0 commit comments

Comments
 (0)