mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge pull request #160 from tractorcow/pulls/2.0/fix-self
BUG Fix incorrect $this reference within closure
This commit is contained in:
commit
47369dc9b6
@ -123,7 +123,7 @@ class BlogPost extends Page {
|
||||
null,
|
||||
1024
|
||||
)->setDescription('Comma separated list of names');
|
||||
if(!$this->canEditAuthors()) {
|
||||
if(!$self->canEditAuthors()) {
|
||||
$authorField = $authorField->performDisabledTransformation();
|
||||
$authorNames = $authorNames->performDisabledTransformation();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user