MINOR Adding 'runTask' to allowed_actions in TaskRunner

This commit is contained in:
Ingo Schommer 2011-08-12 16:19:16 +02:00
parent e35b4b6f43
commit 8249834cf6
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ class TaskRunner extends Controller {
);
static $allowed_actions = array(
'index'
'index',
'runTask',
);
function init() {