From: Aaron Schulz Date: Sun, 7 Sep 2008 06:06:05 +0000 (+0000) Subject: * Reduce hook usage X-Git-Tag: 1.31.0-rc.0~45427 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=a7d9cfc1f5b0980ffc7d77b44baa26b782ccfb65;p=lhc%2Fweb%2Fwiklou.git * Reduce hook usage * Add stable rev to process cache --- diff --git a/includes/specials/SpecialRevisiondelete.php b/includes/specials/SpecialRevisiondelete.php index e94fc222f6..2fa91ae8b5 100644 --- a/includes/specials/SpecialRevisiondelete.php +++ b/includes/specials/SpecialRevisiondelete.php @@ -1344,7 +1344,7 @@ class RevisionDeleter { function updatePage( $title ) { $title->invalidateCache(); $title->purgeSquid(); - + $title->touchLinks(); // Extensions that require referencing previous revisions may need this wfRunHooks( 'ArticleRevisionVisiblitySet', array( &$title ) ); }