From 956c2cc50bf6b37438aa9f3c21e0a65647da8ca4 Mon Sep 17 00:00:00 2001 From: Shadow Date: Mon, 3 Mar 2014 07:37:54 +0200 Subject: [PATCH] Update process.php --- install/process.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/process.php b/install/process.php index 3b10b91c..705f3532 100644 --- a/install/process.php +++ b/install/process.php @@ -77,6 +77,7 @@ class Process { $text = preg_replace("'%ACTIVATE%'", $_POST['activate'], $text); $text = preg_replace("'%ARANK%'", $_POST['admin_rank'], $text); $text = preg_replace("'%QUEST%'", $_POST['quest'], $text); + $text = preg_replace("'%QTYPE%'", $_POST['qtype'], $text); $text = preg_replace("'%BEGINNER%'", $_POST['beginner'], $text); $text = preg_replace("'%STARTTIME%'", time(), $text); $text = preg_replace("'%DOMAIN%'", $_POST['domain'], $text);