diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-03-09 07:02:09 +0000 | 
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-09 07:02:09 +0000 | 
| commit | f32f1697c95a0165d7781edbc8aa340c719c2b37 (patch) | |
| tree | 665dc5ae93d14a4d1fb15dee2d0b305bc1c52f8e /modules/search/helpers | |
| parent | 4fed34873a7a4fddb846d4912dabe88cb3cae2f0 (diff) | |
Get rid of Task_Definition types: they're not necessary.  This
incidentally fixes the the problem that admin/maintenance tasks have
been broken.
Diffstat (limited to 'modules/search/helpers')
| -rw-r--r-- | modules/search/helpers/search_task.php | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/search/helpers/search_task.php b/modules/search/helpers/search_task.php index bc950624..7aba640e 100644 --- a/modules/search/helpers/search_task.php +++ b/modules/search/helpers/search_task.php @@ -36,7 +36,6 @@ class search_task_Core {      return array(Task_Definition::factory()                   ->callback("search_task::update_index")                   ->name(t("Update Search Index")) -                 ->type("admin")                   ->description($remaining ?                                 t("Search index is %percent% up-to-date",                                   array("percent" => $percent))  | 
