NEW: Sanitise task name in runTask

This commit is contained in:
Kirk Mayo 2014-08-13 17:29:12 +12:00
parent 0b6c68f903
commit 62f4fdb651

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