X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FOutputPage.php;h=b349f9b002550dba6061e7f49db305f4cb893342;hb=9f2dc653a6f111d826a21818837d1e921b4042c8;hp=85912834cb23b96bdb973e84ff4a725ed85089ca;hpb=f9d79167d389dcfea785ad9a4666202e6ddecdaa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 85912834cb..b349f9b002 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1101,7 +1101,7 @@ class OutputPage { $response->header( 'Cache-Control: no-cache, no-store, max-age=0, must-revalidate' ); $response->header( 'Pragma: no-cache' ); } - wfRunHooks('CacheHeadersAfterSet', array( &$this ) ); + wfRunHooks('CacheHeadersAfterSet', array( $this ) ); } /**