X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialCachedPage.php;h=39305f01da14043446f059a60693d17241a7c31c;hb=f8acd5fa6f9c9aee11728767803102e8154583ab;hp=ddd11ad03d0f1db0ddc621d735c40db4e4ee2383;hpb=46f3a2c79c76c20568a50323d7ec226ba3053434;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialCachedPage.php b/includes/specials/SpecialCachedPage.php index ddd11ad03d..39305f01da 100644 --- a/includes/specials/SpecialCachedPage.php +++ b/includes/specials/SpecialCachedPage.php @@ -194,5 +194,4 @@ abstract class SpecialCachedPage extends SpecialPage implements ICacheHelper { $this->getOutput()->setSubtitle( $this->cacheHelper->getCachedNotice( $this->getContext() ) ); } } - }