From 812e513042bcc289e5f394a9289a958fcafcba01 Mon Sep 17 00:00:00 2001 From: christianesperar Date: Sun, 27 Dec 2015 15:03:05 +0800 Subject: [PATCH] Ensure that query string is set --- wire/core/WireInput.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wire/core/WireInput.php b/wire/core/WireInput.php index 2ac3799a..9ea63498 100644 --- a/wire/core/WireInput.php +++ b/wire/core/WireInput.php @@ -504,6 +504,7 @@ public function fragment() { * */ public function queryString() { + $this->get('queryString'); return $this->getVars->queryString(); }