X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDerivativeRequest.php;h=4c149ae3ef6becb3b3d5f7b32a318ede1296a73b;hb=ac2c4cb838afd1ac0176c6ed2dd9f41043603dec;hp=dda1358f11abf5cdbbaffa5f3f255a04d4f1f479;hpb=1470d68c4cb13800bbe76c57fe1b8238ce0e2e16;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 ); }