aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/lock.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/cron/lock.php')
-rw-r--r--phpBB/includes/cron/lock.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/cron/lock.php b/phpBB/includes/cron/lock.php
index 64b82128ce..1d75079ee4 100644
--- a/phpBB/includes/cron/lock.php
+++ b/phpBB/includes/cron/lock.php
@@ -20,7 +20,7 @@ if (!defined('IN_PHPBB'))
* Cron lock class
* @package phpBB3
*/
-class cron_lock
+class phpbb_cron_lock
{
private $cron_id;