Merge remote-tracking branch 'upstream/develop' into 1610-performance

This commit is contained in:
Michael
2016-10-27 12:18:45 +00:00
5 changed files with 28 additions and 22 deletions

View File

@@ -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'))) {