aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/version_helper.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-10-28 10:02:53 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-10-28 10:02:53 +0100
commit0682e5719d55a10485050dc1fc7561c32e6b3fb8 (patch)
tree808fe81e37131b4414bd91abf8593c5adc82ad6c /phpBB/phpbb/version_helper.php
parentb9c08cddd47b39355458e828d847c34ab0e8c378 (diff)
parent679559ce180ec5210edb3a019e9ca862d7fddf4e (diff)
downloadforums-0682e5719d55a10485050dc1fc7561c32e6b3fb8.tar
forums-0682e5719d55a10485050dc1fc7561c32e6b3fb8.tar.gz
forums-0682e5719d55a10485050dc1fc7561c32e6b3fb8.tar.bz2
forums-0682e5719d55a10485050dc1fc7561c32e6b3fb8.tar.xz
forums-0682e5719d55a10485050dc1fc7561c32e6b3fb8.zip
Merge branch 'prep-release-3.1.0' into develop-ascraeus
Diffstat (limited to 'phpBB/phpbb/version_helper.php')
-rw-r--r--phpBB/phpbb/version_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/version_helper.php b/phpBB/phpbb/version_helper.php
index 968a57428f..96386f6d04 100644
--- a/phpBB/phpbb/version_helper.php
+++ b/phpBB/phpbb/version_helper.php
@@ -239,7 +239,7 @@ class version_helper
*/
public function get_versions($force_update = false, $force_cache = false)
{
- $cache_file = 'versioncheck_' . $this->host . $this->path . $this->file;
+ $cache_file = '_versioncheck_' . $this->host . $this->path . $this->file;
$info = $this->cache->get($cache_file);