Merge branch '2'

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

View File

@ -50,6 +50,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()) {