mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update task-not-found messaging
This commit is contained in:
parent
c77a77d584
commit
b9da08a301
@ -128,7 +128,7 @@ class TaskRunner extends Controller implements PermissionProvider
|
||||
}
|
||||
}
|
||||
|
||||
$message(sprintf('The build task "%s" could not be found', Convert::raw2xml($name)));
|
||||
$message(sprintf('The build task "%s" could not be found, is disabled or you do not have sufficient permission to run it', Convert::raw2xml($name)));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user