diff --git a/install/process.php b/install/process.php index 705f3532..21031210 100644 --- a/install/process.php +++ b/install/process.php @@ -90,6 +90,7 @@ class Process { $text = preg_replace("'%BOX2%'", $_POST['box2'], $text); $text = preg_replace("'%BOX3%'", $_POST['box3'], $text); $text = preg_replace("'%VILLAGE_EXPAND%'", $_POST['village_expand'], $text); + $text = preg_replace("'%ERRORREPORT%'", $_POST['error'], $text); $text = preg_replace("'%ERROR%'", $_POST['error'], $text); $text = preg_replace("'%GP_LOCATE%'", $_POST['gp_locate'], $text); $text = preg_replace("'%PLUS_TIME%'", $_POST['plus_time'], $text);