Revert r58635 and related, unnecessary and incorrect use of the hook mechanism
[lhc/web/wiklou.git] / includes / OutputPage.php
index 872cd4f..ef8e3fd 100644 (file)
@@ -1401,7 +1401,6 @@ class OutputPage {
                        $response->header( 'Cache-Control: no-cache, no-store, max-age=0, must-revalidate' );
                        $response->header( 'Pragma: no-cache' );
                }
-               wfRunHooks('CacheHeadersAfterSet', array( $this ) );
        }
 
        /**