Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 43673f9

Browse files
author
Jamie Snape
committed
Fix duplicated task name in oauth module
1 parent b901f5a commit 43673f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/oauth/Notification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function init()
3232
$this->addCallBack('CALLBACK_API_REQUIRE_PERMISSIONS', 'requirePermissions');
3333
$this->addCallBack('CALLBACK_CORE_GET_CONFIG_TABS', 'getUserTabs');
3434

35-
$this->addTask('TASK_CLEANUP_PERFORM_CLEANUP', 'cleanExpired', 'Delete expired codes and tokens');
35+
$this->addTask('TASK_OAUTH_PERFORM_CLEANUP', 'cleanExpired', 'Delete expired codes and tokens');
3636
}
3737

3838
/**

0 commit comments

Comments
 (0)