diff --git a/install/updates/preconfig/0.9/preconfig_0.9.inc.php b/install/updates/preconfig/0.9/preconfig_0.9.inc.php
index 453a731a..2ad5b80b 100644
--- a/install/updates/preconfig/0.9/preconfig_0.9.inc.php
+++ b/install/updates/preconfig/0.9/preconfig_0.9.inc.php
@@ -478,7 +478,7 @@ LoadModule authz_host_module modules/mod_authz_host.so
';
$description = 'This version adds an option to append the domain-name to the document-root for domains and subdomains.
';
$description .= 'You can enable or disable this feature anytime from settings -> system settings.
';
- $question .= 'Do you want to automatically append the domain-name to the documentroot of newly created domains?: ';
+ $question = 'Do you want to automatically append the domain-name to the documentroot of newly created domains?: ';
$question.= makeyesno('update_system_documentroot_use_default_value', '1', '0', '1');
eval("\$return.=\"" . getTemplate("update/preconfigitem") . "\";");