NEW: Sanitise task name in runTask

This commit is contained in:
Kirk Mayo 2014-08-13 17:29:12 +12:00 committed by Damian Mooyman
parent a8685d0aa6
commit 5704ae2113

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