Merge branch '2.4' into 2

This commit is contained in:
Daniel Hensby 2017-07-20 10:33:28 +01:00
commit c110b4e2e1
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ class BlogMemberExtension extends DataExtension
{
$count = 1;
if ($this->owner->URLSegment && !$this->owner->isChanged('FirstName') && !$this->owner->isChanged('Surname')) {
return;
}
$this->owner->URLSegment = $this->generateURLSegment();
while (!$this->validURLSegment()) {