diff options
-rw-r--r-- | langs.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs.inc.php b/langs.inc.php index f18dc1222..b909f57b7 100644 --- a/langs.inc.php +++ b/langs.inc.php @@ -51,7 +51,7 @@ function relocate($langs, $page = '', $default_locale = 'en') $locale->getCompatibleLocale(), $page )); - die; + die; } /** |