Fix typo in get_available_languages function name
- Add Doxygen comment block - Fix formatting - Renamed variable for faster understanding
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user