diff --git a/upload/install/step_2.php b/upload/install/step_2.php index 6182bab..c1d5cc0 100644 --- a/upload/install/step_2.php +++ b/upload/install/step_2.php @@ -30,7 +30,7 @@ $this->config->db['host'] = @$_POST['host']; - $this->config->db['port'] = intval(@$_POST['port']; + $this->config->db['port'] = intval(@$_POST['port']); $this->config->db['base'] = @$_POST['base'];