diff --git a/code/model/BlogPost.php b/code/model/BlogPost.php index 7e98f2f..2eeb2a2 100644 --- a/code/model/BlogPost.php +++ b/code/model/BlogPost.php @@ -216,7 +216,7 @@ class BlogPost extends Page $authorField = ListboxField::create( 'Authors', _t('BlogPost.Authors', 'Authors'), - $this->getCandidateAuthors()->map()->toArray() + $self->getCandidateAuthors()->map()->toArray() )->setMultiple(true); $authorNames = TextField::create(