aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/cron_lock.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/cron/cron_lock.php')
-rw-r--r--phpBB/includes/cron/cron_lock.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/cron/cron_lock.php b/phpBB/includes/cron/cron_lock.php
index 1af3724709..64b82128ce 100644
--- a/phpBB/includes/cron/cron_lock.php
+++ b/phpBB/includes/cron/cron_lock.php
@@ -24,7 +24,7 @@ class cron_lock
{
private $cron_id;
- function lock()
+ public function lock()
{
global $config, $db;
@@ -68,7 +68,7 @@ class cron_lock
*
* Attempting to release a cron lock that is already released is harmless.
*/
- function unlock()
+ public function unlock()
{
global $db;