Commit 38b6c68
authored
[5.1] Fix duplicate Brotli .htaccess postinstall message after update from 4.4 (#43182)
* Don't insert postinstall msg if it already exists
* No INSERT IGNORE/ON CONFLICT DO NOTHING
* Prevent displaying the post-installation message if Brotli support already integrated into the .htaccess file.
-> new installation of 4.4.41 parent 6b34b48 commit 38b6c68
File tree
3 files changed
+24
-5
lines changed- administrator/components/com_admin
- postinstall
- sql/updates
- mysql
- postgresql
3 files changed
+24
-5
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | | - | |
6 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments