diff --git a/etemplate/inc/class.vfs_widget.inc.php b/etemplate/inc/class.vfs_widget.inc.php index ba43649a58..71282c3982 100644 --- a/etemplate/inc/class.vfs_widget.inc.php +++ b/etemplate/inc/class.vfs_widget.inc.php @@ -168,6 +168,7 @@ class vfs_widget list($span,$class) = explode(',',$cell['span'],2); $class .= ($class ? ' ' : '') . 'vfsMode'; $cell['span'] = $span.','.$class; + $cell['no_lang'] = true; break; case 'vfs-uid':