From 0c70007f4033d1e1cebe12ffb1845fb61e97cf67 Mon Sep 17 00:00:00 2001 From: Potsky Date: Sat, 2 Aug 2014 09:17:10 +0200 Subject: [PATCH] Fixes #3 from refuge du glacier blanc 2500m on my iphone ! --- src/config/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/config.php b/src/config/config.php index 1afb5ea..f477280 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -40,6 +40,8 @@ 'Lang::Get' => array( '@Lang::Get\(\s*(\'.*\')\s*(,.*)*\)@U', '@Lang::Get\(\s*(".*")\s*(,.*)*\)@U', + '@Lang::get\(\s*(\'.*\')\s*(,.*)*\)@U', + '@Lang::get\(\s*(".*")\s*(,.*)*\)@U', ), 'trans_choice' => array( '@trans_choice\(\s*(\'.*\')\s*,.*\)@U',