aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install.php')
-rw-r--r--phpBB/install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install.php b/phpBB/install.php
index 8988462beb..eed86d8ae5 100644
--- a/phpBB/install.php
+++ b/phpBB/install.php
@@ -817,8 +817,8 @@ else
$error .= "Could not update Board info :: " . $sql . " :: " . __LINE__ . " :: " . __FILE__ . "<br /><br />";
}
$sql = "UPDATE " . $table_prefix . "config
- SET config_value = '" . $server_path . "'
- WHERE config_name = 'server_path'";
+ SET config_value = '" . $script_path . "'
+ WHERE config_name = 'script_path'";
$result = $db->sql_query($sql);
if( !$result )
{