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. --- modules/exif/helpers/exif_task.php | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/exif/helpers') 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)) -- cgit v1.2.3