mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-23 22:13:38 +00:00
fix(pwa): fix unclosed bracket (#603)
This commit is contained in:
parent
1a99a36f87
commit
b5a65be32f
|
@ -84,7 +84,7 @@ class ApiWebappManifest extends ApiBase {
|
|||
|
||||
foreach ( $logoKeys as $logoKey ) {
|
||||
// Avoid undefined index
|
||||
if ( !isset( $logos[$logoKey] ) {
|
||||
if ( !isset( $logos[$logoKey] ) ) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue