mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
NEW: Sanitise task name in runTask
This commit is contained in:
parent
0b6c68f903
commit
62f4fdb651
@ -86,7 +86,7 @@ class TaskRunner extends Controller {
|
||||
}
|
||||
}
|
||||
|
||||
$message(sprintf('The build task "%s" could not be found', $name));
|
||||
$message(sprintf('The build task "%s" could not be found', Convert::raw2xml($name)));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user