Skip to content

Commit ec40d58

Browse files
committed
Network to networks
1 parent 20f6de3 commit ec40d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Atomx/Resources/Profile.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public function setBrowserTargeting($browsers)
4646

4747
public function setNetworkTargeting($action, $networks)
4848
{
49-
$this->network_filter = $networks;
50-
$this->network_filter_action = strtoupper($action);
49+
$this->networks_filter = $networks;
50+
$this->networks_filter_action = strtoupper($action);
5151
}
5252

5353
public function setPublisherTargeting($action, $publishers)

0 commit comments

Comments
 (0)