Skip to content

Commit cde4ff0

Browse files
committed
Remove dir as it’s not implemented nor is $language correct w/o sessions
1 parent 00e9e49 commit cde4ff0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

manifest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
'short_name' => $pwa_short_name ?: utf8_substr($sitename, 0, 12),
3131
'display' => 'standalone',
3232
'orientation' => 'portrait',
33-
'dir' => $language->lang('DIRECTION'),
3433
'start_url' => $board_url,
3534
'scope' => $board_url . '/',
3635
];

tests/functional/functional_test.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public function test_manifest()
120120
'short_name' => 'yourdomain',
121121
'display' => 'standalone',
122122
'orientation' => 'portrait',
123-
'dir' => 'ltr',
124123
'start_url' => rtrim(self::$root_url, '/'),
125124
'scope' => self::$root_url,
126125
];

0 commit comments

Comments
 (0)