mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
Fix for bug # 532327 (This is what happens when I rush something in :D)
git-svn-id: file:///svn/phpbb/trunk@2371 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -817,8 +817,8 @@ else
|
|||||||
$error .= "Could not update Board info :: " . $sql . " :: " . __LINE__ . " :: " . __FILE__ . "<br /><br />";
|
$error .= "Could not update Board info :: " . $sql . " :: " . __LINE__ . " :: " . __FILE__ . "<br /><br />";
|
||||||
}
|
}
|
||||||
$sql = "UPDATE " . $table_prefix . "config
|
$sql = "UPDATE " . $table_prefix . "config
|
||||||
SET config_value = '" . $server_path . "'
|
SET config_value = '" . $script_path . "'
|
||||||
WHERE config_name = 'server_path'";
|
WHERE config_name = 'script_path'";
|
||||||
$result = $db->sql_query($sql);
|
$result = $db->sql_query($sql);
|
||||||
if( !$result )
|
if( !$result )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user