aboutsummaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.php b/install.php
index 8bd91f5c2..5140cffd7 100644
--- a/install.php
+++ b/install.php
@@ -418,6 +418,11 @@ else
{
array_push($errors, $error_copy);
}
+
+ $template->assign(
+ 'SUBSCRIBE_BASE_URL',
+ get_newsletter_subscribe_base_url($language)
+ );
}
if (count($errors) != 0)
{