We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f6de3 commit ec40d58Copy full SHA for ec40d58
Atomx/Resources/Profile.php
@@ -46,8 +46,8 @@ public function setBrowserTargeting($browsers)
46
47
public function setNetworkTargeting($action, $networks)
48
{
49
- $this->network_filter = $networks;
50
- $this->network_filter_action = strtoupper($action);
+ $this->networks_filter = $networks;
+ $this->networks_filter_action = strtoupper($action);
51
}
52
53
public function setPublisherTargeting($action, $publishers)
0 commit comments