includes/lang.php
changeset 812 68060328e9c6
parent 801 eb8b23f11744
child 945 c19242d13a49
equal deleted inserted replaced
811:5c807fe77020 812:68060328e9c6
   450       $db->_die('lang.php - plugin has an invalid or corrupt language block');
   450       $db->_die('lang.php - plugin has an invalid or corrupt language block');
   451     }
   451     }
   452     
   452     
   453     $first_lang = $supported_langs[0];
   453     $first_lang = $supported_langs[0];
   454     
   454     
   455     return $this->import_array($langdata[$first_lang]);
   455     return $this->import_array($langdata[$first_lang], false, true);
   456   }
   456   }
   457   
   457   
   458   /**
   458   /**
   459    * Performs the actual import of string data.
   459    * Performs the actual import of string data.
   460    * @param array Parsed JSON object, should be in the form of an array
   460    * @param array Parsed JSON object, should be in the form of an array