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/exif | |
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/exif')
-rw-r--r-- | modules/exif/helpers/exif_task.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/exif/helpers/exif_task.php b/modules/exif/helpers/exif_task.php index 879462a6..8e715b52 100644 --- a/modules/exif/helpers/exif_task.php +++ b/modules/exif/helpers/exif_task.php @@ -38,7 +38,6 @@ class exif_task_Core { return array(Task_Definition::factory() ->callback("exif_task::extract_exif") ->name(t("Extract EXIF data")) - ->type("admin") ->description($remaining ? t("%percent% of your photos need to be scanned for EXIF data", array("percent" => $percent)) |