We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b597a commit fdc1293Copy full SHA for fdc1293
inbound-automation.php
@@ -5,7 +5,7 @@
5
Description: Automate emails, segmenting, scoring & more.
6
*/
7
8
-if (!class_exists('Inbound_Automation_Plugin')) {
+if (!class_exists('Inbound_Automation_Plugin') && class_exists('Inbound_Leads_Plugin')) {
9
10
final class Inbound_Automation_Plugin {
11
0 commit comments