diff flag.php @ 55:88482c6636c4

Yet another fix for failed merge. Fix flag.php to use new Language.
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Thu, 11 Oct 2012 01:04:23 +0200
parents 2cfea6e84694
children 0f1e08cdfff2
line wrap: on
line diff
--- a/flag.php	Thu Oct 11 00:57:16 2012 +0200
+++ b/flag.php	Thu Oct 11 01:04:23 2012 +0200
@@ -16,7 +16,7 @@
 
 if(!$lang) {
   $lang = "no";
-  $langs = acceptedLanguages();
+  $langs = Language::accepted();
   foreach ($langs as $l => $val) {
     if (file_exists($l)) {
       $lang = $l;