1
0
Fork 0

Fix typo in get_available_languages function name

- Add Doxygen comment block
- Fix formatting
- Renamed variable for faster understanding
This commit is contained in:
Hypolite Petovan 2016-10-24 22:17:02 -04:00
commit 2fc2a1a228
4 changed files with 28 additions and 22 deletions

View file

@ -285,7 +285,7 @@ function install_content(&$a) {
$adminmail = notags(trim($_POST['adminmail']));
$timezone = ((x($_POST,'timezone')) ? ($_POST['timezone']) : 'America/Los_Angeles');
/* Installed langs */
$lang_choices = get_avaiable_languages();
$lang_choices = get_available_languages();
$tpl = get_markup_template('install_settings.tpl');
$o .= replace_macros($tpl, array(