aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cache.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/cache.php')
-rw-r--r--phpBB/includes/cache.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/cache.php b/phpBB/includes/cache.php
index 879fbb6a80..f537b52b3f 100644
--- a/phpBB/includes/cache.php
+++ b/phpBB/includes/cache.php
@@ -63,7 +63,7 @@ class cache
$cache->put('config', $cached_config);
}
-
+
return $config;
}
@@ -310,7 +310,7 @@ class cache
$cache->put('_bots', $bots);
}
-
+
return $bots;
}