updated i18n, views, imagestyleflush, field_group
patch views_rss_media
This commit is contained in:
@@ -198,7 +198,8 @@ function i18n_language_field_extra() {
|
||||
*/
|
||||
function i18n_language_list($field = 'name', $mode = NULL) {
|
||||
$mode = isset($mode) ? $mode : variable_get('i18n_language_list', I18N_LANGUAGE_ENABLED);
|
||||
return locale_language_list($field, I18N_LANGUAGE_EXTENDED & $mode);
|
||||
$all = I18N_LANGUAGE_EXTENDED & $mode;
|
||||
return locale_language_list($field, $all);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user