aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/cron.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2010-04-17 07:05:54 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2011-02-12 22:05:49 -0500
commit8f567a21a3fe5c4ceeaed8c38c6bcf8251821e3a (patch)
treede44e3b6cca4c0efb5592db1a54d3eb71b2063bb /phpBB/cron.php
parentb620f299375426e04af6d8f61a849490560da781 (diff)
downloadforums-8f567a21a3fe5c4ceeaed8c38c6bcf8251821e3a.tar
forums-8f567a21a3fe5c4ceeaed8c38c6bcf8251821e3a.tar.gz
forums-8f567a21a3fe5c4ceeaed8c38c6bcf8251821e3a.tar.bz2
forums-8f567a21a3fe5c4ceeaed8c38c6bcf8251821e3a.tar.xz
forums-8f567a21a3fe5c4ceeaed8c38c6bcf8251821e3a.zip
[feature/system-cron] Updated includes after moving files.
PHPBB3-9596
Diffstat (limited to 'phpBB/cron.php')
-rw-r--r--phpBB/cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/cron.php b/phpBB/cron.php
index 2d9e6afe5d..0621d7651b 100644
--- a/phpBB/cron.php
+++ b/phpBB/cron.php
@@ -15,7 +15,7 @@ define('IN_CRON', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
-include($phpbb_root_path . 'includes/cron_lock.' . $phpEx);
+include($phpbb_root_path . 'includes/cron/cron_lock.' . $phpEx);
// Do not update users last page entry
$user->session_begin(false);