summaryrefslogtreecommitdiffstats
path: root/lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib.php')
-rw-r--r--lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.php b/lib.php
index 44e3518..aefb69d 100644
--- a/lib.php
+++ b/lib.php
@@ -206,6 +206,7 @@ function pkg_gettype($pkg)
'rejected' => 'rejected',
'upload' => 'uploaded',
'uploading' => 'uploading',
+ 'todo' => 'cancelled',
);
$labels = array_key_exists('src', $pkg['status']) ? $src_todo_labels : $src_gone_labels;
@@ -215,7 +216,6 @@ function pkg_gettype($pkg)
}
}
- print_r($pkg['status']);
return 'unknown';
}