diff --git a/install.php b/install.php index da2f35f9ba7..d1a00d3a48b 100644 --- a/install.php +++ b/install.php @@ -24,6 +24,8 @@ define ('REDIRECT', 8); /// 8. Redirect to index.php ///==========================================================================// +/// This has to be defined to avoid a notice in current_language() +define('SITEID', 0); /// Begin the session as we are holding all information in a session /// variable until the end.