mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-11 16:38:20 +00:00
Group: Fix string interpolation
Bug: T314096 Change-Id: Ie61a2b703585d9f1bb3d0b0018f043a5a62c77d5
This commit is contained in:
parent
22a2d44c9b
commit
8d23e02358
|
@ -97,7 +97,7 @@ final class Group {
|
|||
} catch ( DomainException $exception ) {
|
||||
return;
|
||||
}
|
||||
throw new DomainException( "The \"${name}\" entry already exists." );
|
||||
throw new DomainException( "The \"{$name}\" entry already exists." );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue