Commit df04a76
authored
Replace use of deprecated date function in setup (#16627)
### What does it do?
Replace use of date function in smarty footer tpl in setup with
smarty.now|date_format
### Why is it needed?
Use of the date function in smarty templates triggers a deprecated
warning
### How to test
Run setup on PHP 8.3 and ensure deprecated warning does not appear
### Related issue(s)/PR(s)
none1 parent 1a02607 commit df04a76
File tree
1 file changed
+1
-1
lines changed- setup/templates
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments