Browse Source

il faut utiliser implode et non join pour avoir l'inversion des arguments, pour eviter de tout casser en php 8

pull/10/head
tofulm 9 months ago
parent
commit
6dd8197e8a
  1. 2
      formulaires/configurer_intl.html

2
formulaires/configurer_intl.html

@ -8,7 +8,7 @@
[(#REM) Message si extensions php absentes ]
#SET{bcmath,#VAL{bcmath}|extension_loaded}
#SET{intl,#VAL{intl}|extension_loaded}
#SET{ext,#LISTE{bcmath,intl}|join{", "}}
#SET{ext,#LISTE{bcmath,intl}|implode{", "}}
[(#GET{bcmath}|non|et{#GET{intl}|non}|oui)
<p class="notice">
<:intl:cfg_message_extensions_php_ou{ext=#GET{ext}}:>

Loading…
Cancel
Save