Merge pull request #429 from Shadowss/patch-95

fix quest
This commit is contained in:
yi12345
2013-11-01 00:55:48 -07:00
+5
View File
@@ -38,6 +38,11 @@ switch($_GET['f']) {
$qact2=preg_replace("/[^a-zA-Z0-9_-]/","",$_GET['qact2']); $qact2=preg_replace("/[^a-zA-Z0-9_-]/","",$_GET['qact2']);
}else { }else {
$qact2=null; $qact2=null;
}
if (isset($_GET['qact3'])){
$qact3=preg_replace("/[^a-zA-Z0-9_-]/","",$_GET['qact3']);
}else {
$qact3=null;
} }
include("Templates/Ajax/quest_core.tpl"); include("Templates/Ajax/quest_core.tpl");
break; break;