Skip to content

Commit 2b0dea3

Browse files
authored
Update pages_controller.php
1 parent f84ee2a commit 2b0dea3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

language/fr/pages_controller.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
if (empty($lang) || !is_array($lang))
2121
{
22-
$lang = array();
22+
$lang = [];
2323
}
2424

2525
// DEVELOPERS PLEASE NOTE
@@ -35,9 +35,9 @@
3535
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
3636
//
3737
// Some characters you may want to copy&paste:
38-
// ’ » “ ” …
38+
// ’ « » “ ” …
3939
//
4040

41-
$lang = array_merge($lang, array(
41+
$lang = array_merge($lang, [
4242
'PAGE_NOT_AVAILABLE' => 'La page « %s » n’est pas disponible.',
43-
));
43+
]);

0 commit comments

Comments
 (0)