mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Adding 'runTask' to allowed_actions in TaskRunner
This commit is contained in:
parent
e35b4b6f43
commit
8249834cf6
@ -11,7 +11,8 @@ class TaskRunner extends Controller {
|
||||
);
|
||||
|
||||
static $allowed_actions = array(
|
||||
'index'
|
||||
'index',
|
||||
'runTask',
|
||||
);
|
||||
|
||||
function init() {
|
||||
|
Loading…
Reference in New Issue
Block a user