Fix typo in get_available_languages function name
- Add Doxygen comment block - Fix formatting - Renamed variable for faster understanding
This commit is contained in:
parent
dedf6373b1
commit
2fc2a1a228
4 changed files with 28 additions and 22 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue