From 3412e50b54e3daac8745234e21ab6e72be0ed165 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 04 Jun 2014 11:20:33 -0400 Subject: [PATCH] Fix attachment menu structure and aria-attributes --- plugins/virtuser_file/virtuser_file.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/virtuser_file/virtuser_file.php b/plugins/virtuser_file/virtuser_file.php index ed0eba1..f2b357a 100644 --- a/plugins/virtuser_file/virtuser_file.php +++ b/plugins/virtuser_file/virtuser_file.php @@ -6,7 +6,7 @@ * Add it to the plugins list in config.inc.php and set * path to a virtuser table file to resolve user names and e-mail * addresses - * $rcmail_config['virtuser_file'] = ''; + * $rcmail['virtuser_file'] = ''; * * @version @package_version@ * @license GNU GPLv3+ -- Gitblit v1.9.1