Skip to content

Commit 0c70007

Browse files
committed
Fixes #3 from refuge du glacier blanc 2500m on my iphone !
1 parent 7c8c9e2 commit 0c70007

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config/config.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
'Lang::Get' => array(
4141
'@Lang::Get\(\s*(\'.*\')\s*(,.*)*\)@U',
4242
'@Lang::Get\(\s*(".*")\s*(,.*)*\)@U',
43+
'@Lang::get\(\s*(\'.*\')\s*(,.*)*\)@U',
44+
'@Lang::get\(\s*(".*")\s*(,.*)*\)@U',
4345
),
4446
'trans_choice' => array(
4547
'@trans_choice\(\s*(\'.*\')\s*,.*\)@U',

0 commit comments

Comments
 (0)