Merge pull request #3380 from silverstripe-rebelalliance/cwp171

NEW: Sanitise task name in runTask
This commit is contained in:
Sean Harvey 2014-08-14 09:56:35 +12:00
commit fcb3f2c13b

View File

@ -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)));
}
/**