From d6a06c1ed390992a1f8db3505b2d61819c74188a Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 10 Jun 2016 18:34:31 +0200 Subject: [PATCH] fix php parse error --- src/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions.php b/src/functions.php index 86dfb5b..0ea3b07 100644 --- a/src/functions.php +++ b/src/functions.php @@ -294,6 +294,7 @@ function get_unique_id(){ return $count; } function get_default_aside_content($currentArena){ + global $lang; $asideSectionContent='

infos:

'.$lang['DEV-YOUR-OWN-BOT'].'
'.$lang['DOC_SPECS_LINKS'].'

Scores

';