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