X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDerivativeRequest.php;h=4c149ae3ef6becb3b3d5f7b32a318ede1296a73b;hb=1674c8413a4ec5065040408a8cbdb948c74bf6fa;hp=dda1358f11abf5cdbbaffa5f3f255a04d4f1f479;hpb=114e30955c803d13f37dbb23c8d0cf500fc43d06;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DerivativeRequest.php b/includes/DerivativeRequest.php index dda1358f11..4c149ae3ef 100644 --- a/includes/DerivativeRequest.php +++ b/includes/DerivativeRequest.php @@ -61,6 +61,10 @@ class DerivativeRequest extends FauxRequest { return $this->base->getAllHeaders(); } + public function getSession() { + return $this->base->getSession(); + } + public function getSessionData( $key ) { return $this->base->getSessionData( $key ); }