merged master
[lhc/web/wiklou.git] / includes / OutputPage.php
index 1b4bc49..37fb812 100644 (file)
@@ -1999,7 +1999,11 @@ class OutputPage extends ContextSource {
                }
 
                $this->sendCacheControl();
+
+               wfRunHooks( 'AfterFinalPageOutput', array( &$this ) );
+
                ob_end_flush();
+
                wfProfileOut( __METHOD__ );
        }