Fix typo in get_available_languages function name
- Add Doxygen comment block - Fix formatting - Renamed variable for faster understanding
This commit is contained in:
@@ -820,7 +820,7 @@ function admin_page_site_post(&$a) {
|
||||
function admin_page_site(&$a) {
|
||||
|
||||
/* Installed langs */
|
||||
$lang_choices = get_avaiable_languages();
|
||||
$lang_choices = get_available_languages();
|
||||
|
||||
if(strlen(get_config('system','directory_submit_url')) AND
|
||||
!strlen(get_config('system','directory'))) {
|
||||
|
||||
Reference in New Issue
Block a user