Follow-up r84814: revert redundant summary message addition.
[lhc/web/wiklou.git] / includes / WebRequest.php
index 5035adf..a48cd79 100644 (file)
@@ -1024,6 +1024,10 @@ class FauxRequest extends WebRequest {
                $this->session[$key] = $data;
        }
 
+       public function getSessionArray() {
+               return $this->session;
+       }
+
        public function isPathInfoBad() {
                return false;
        }