Fix variable access warnings
Change-Id: Ie41a38877145e6583d012d305d930b64a4d147b5 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
f7bc3034a8
commit
d034bfe8ff
@ -63,10 +63,10 @@ IMAGE_LOGOS = '/images/mailman/'
|
||||
|
||||
#-------------------------------------------------------------
|
||||
# Default domain for email addresses of newly created MLs
|
||||
DEFAULT_EMAIL_HOST = '<%= vhost_name %>'
|
||||
DEFAULT_EMAIL_HOST = '<%= @vhost_name %>'
|
||||
#-------------------------------------------------------------
|
||||
# Default host for web interface of newly created MLs
|
||||
DEFAULT_URL_HOST = '<%= vhost_name %>'
|
||||
DEFAULT_URL_HOST = '<%= @vhost_name %>'
|
||||
#-------------------------------------------------------------
|
||||
# Required when setting any of its arguments.
|
||||
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
|
||||
|
Loading…
x
Reference in New Issue
Block a user