diff --git a/html/install.php b/html/install.php
index 8619e7b4a4..b3775d2a8c 100644
--- a/html/install.php
+++ b/html/install.php
@@ -318,7 +318,7 @@ elseif($stage == "2") {
$config['db_name']=$dbname;
$config['db']['extension']='mysqli';
$sql_file = '../build.sql';
- if ($_REQUEST['offset'] =< 100) {
+ if ($_REQUEST['offset'] <= 100) {
require '../build-base.php';
}
else {