Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
bb227b1ed0 | |||
a2b52d6e20 | |||
0190a5a464 |
@ -399,6 +399,9 @@ class Subscriber extends Entity
|
||||
$smsNumber
|
||||
);
|
||||
}
|
||||
if ($tagId && !$this->isTagSet($tagId)) {
|
||||
$this->addTag($tagId);
|
||||
}
|
||||
}
|
||||
|
||||
// missing getters (return is timestamp list)
|
||||
|
Reference in New Issue
Block a user