summaryrefslogtreecommitdiff
path: root/modules/organize/controllers/organize.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/organize/controllers/organize.php')
-rw-r--r--modules/organize/controllers/organize.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/organize/controllers/organize.php b/modules/organize/controllers/organize.php
index 41eea643..3059d8e9 100644
--- a/modules/organize/controllers/organize.php
+++ b/modules/organize/controllers/organize.php
@@ -138,6 +138,9 @@ class Organize_Controller extends Controller {
$item = ORM::factory("item", (int)$task->get("target"));
$type = $task->get("type");
switch ($type) {
+ case "albumCover":
+ $task->status = t("Album cover set");
+ break;
case "move":
$task->status = t("Move to '%album' completed", array("album" => $item->title));
break;