trying to see why my commits are coming up under sam's name

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@74091 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Mark Rickerby 2009-04-06 00:00:42 +00:00
parent b34b284929
commit 0881728d79
1 changed files with 5 additions and 1 deletions

View File

@ -31,6 +31,10 @@ abstract class BuildTask extends Object {
*/
protected $description = 'No description available';
/**
* Implement this method in the task subclass to
* execute via the TaskRunner
*/
abstract function run($request);
public function isEnabled() {
@ -53,4 +57,4 @@ abstract class BuildTask extends Object {
}
?>
?>