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

@ -1246,7 +1246,7 @@ function settings_content(&$a) {
$public_post_link = '&public=1';
/* Installed langs */
$lang_choices = get_avaiable_languages();
$lang_choices = get_available_languages();
$o .= replace_macros($stpl, array(
'$ptitle' => t('Account Settings'),