From f32f1697c95a0165d7781edbc8aa340c719c2b37 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 9 Mar 2009 07:02:09 +0000 Subject: Get rid of Task_Definition types: they're not necessary. This incidentally fixes the the problem that admin/maintenance tasks have been broken. --- core/libraries/Task_Definition.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'core/libraries') diff --git a/core/libraries/Task_Definition.php b/core/libraries/Task_Definition.php index 3ee4a772..1394617a 100644 --- a/core/libraries/Task_Definition.php +++ b/core/libraries/Task_Definition.php @@ -23,7 +23,6 @@ class Task_Definition_Core { public $description; public $name; public $severity; - public $type; static function factory() { return new Task_Definition(); @@ -48,9 +47,4 @@ class Task_Definition_Core { $this->severity = $severity; return $this; } - - function type($type) { - $this->type = $type; - return $this; - } } -- cgit v1.2.3