summaryrefslogtreecommitdiff
path: root/includes/specials/SpecialCachedPage.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/specials/SpecialCachedPage.php')
-rw-r--r--includes/specials/SpecialCachedPage.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/specials/SpecialCachedPage.php b/includes/specials/SpecialCachedPage.php
index ddd11ad0..39305f01 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() ) );
}
}
-
}