aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2012-08-14 02:30:49 -0700
committerNils Adermann <naderman@naderman.de>2012-08-14 02:30:49 -0700
commitdca9057559dbc627cd2f563eb0356c4ed55e2413 (patch)
treec2a704ccf9fb0e9ed1e00084ac772219ed8a15e1 /phpBB/install
parent7efca53b4734573e2bc1e4f306ee6f8e0b94515f (diff)
parent4b7cdd4264b2669aaf0a0f99db2a9b00b2b58c4e (diff)
downloadforums-dca9057559dbc627cd2f563eb0356c4ed55e2413.tar
forums-dca9057559dbc627cd2f563eb0356c4ed55e2413.tar.gz
forums-dca9057559dbc627cd2f563eb0356c4ed55e2413.tar.bz2
forums-dca9057559dbc627cd2f563eb0356c4ed55e2413.tar.xz
forums-dca9057559dbc627cd2f563eb0356c4ed55e2413.zip
Merge pull request #932 from EXreaction/ticket/10875
Ticket/10875
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/install_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php
index c2feaa086a..88b00f1cf1 100644
--- a/phpBB/install/install_update.php
+++ b/phpBB/install/install_update.php
@@ -349,7 +349,7 @@ class install_update extends module
// We are directly within an update. To make sure our update list is correct we check its status.
$update_list = ($request->variable('check_again', false, false, phpbb_request_interface::POST)) ? false : $cache->get('_update_list');
- $modified = ($update_list !== false) ? @filemtime($cache->cache_dir . 'data_update_list.' . $phpEx) : 0;
+ $modified = ($update_list !== false) ? @filemtime($cache->get_driver()->cache_dir . 'data_update_list.' . $phpEx) : 0;
// Make sure the list is up-to-date
if ($update_list !== false)