From b46aa25eadbb0fcf4a5cfa1f51b3e5192b8f3b99 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 10 Jul 2017 08:19:36 +1000 Subject: [PATCH] Fixed issue: lp:1702874 DEFAULT_LOCALE not defined on admin --- admin/index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/index.php b/admin/index.php index 38b670df..9e59a198 100644 --- a/admin/index.php +++ b/admin/index.php @@ -28,15 +28,15 @@ * @license http://opensource.org/licenses/gpl-2.0.php The GNU General Public License (GPL) Version 2 */ -/** - * Language file - */ -include ("../lang.inc.php"); - /** * Config file */ include ("../config.inc.php"); + +/** + * Language file + */ +include ("../lang.inc.php"); /** * Authentication file