mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #3380 from silverstripe-rebelalliance/cwp171
NEW: Sanitise task name in runTask
This commit is contained in:
commit
fcb3f2c13b
@ -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…
x
Reference in New Issue
Block a user