diff --git a/module/block/ui/assigntomeblock.html.php b/module/block/ui/assigntomeblock.html.php index 2df9947a8b..92bdef8632 100644 --- a/module/block/ui/assigntomeblock.html.php +++ b/module/block/ui/assigntomeblock.html.php @@ -22,7 +22,7 @@ $moreMenus = array(); foreach($hasViewPriv as $type => $bool) { $data = $type == 'story' ? $stories : ${"{$type}s"}; - if(empty($data)) unset($hasViewPriv[$type]); + if($type != 'todo' && empty($data)) unset($hasViewPriv[$type]); } $count = count($hasViewPriv);