summaryrefslogtreecommitdiff
path: root/includes/parser/CacheTime.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/parser/CacheTime.php')
-rw-r--r--includes/parser/CacheTime.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/parser/CacheTime.php b/includes/parser/CacheTime.php
index 6b70e1da..8190a8a0 100644
--- a/includes/parser/CacheTime.php
+++ b/includes/parser/CacheTime.php
@@ -93,7 +93,7 @@ class CacheTime {
$expire = min( $expire, $wgParserCacheExpireTime );
}
- if( $this->containsOldMagic() ) { //compatibility hack
+ if ( $this->containsOldMagic() ) { //compatibility hack
$expire = min( $expire, 3600 ); # 1 hour
}