diff options
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)) |