We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760a874 commit 8ead432Copy full SHA for 8ead432
1 file changed
controller/manifest.php
@@ -64,7 +64,7 @@ public function handle(): JsonResponse
64
65
$manifest = [
66
'name' => $this->config['sitename'],
67
- 'short_name' => $this->config['pwa_short_name'] ?? substr($this->config['sitename'], 0, 12),
+ 'short_name' => $this->config['pwa_short_name'] ?: substr($this->config['sitename'], 0, 12),
68
'display' => 'standalone',
69
'orientation' => 'portrait',
70
'dir' => $this->language->lang('DIRECTION'),
0 commit comments