diff options
Diffstat (limited to 'app/Model/TaskLink.php')
-rw-r--r-- | app/Model/TaskLink.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Model/TaskLink.php b/app/Model/TaskLink.php index fafcde65..1ac59203 100644 --- a/app/Model/TaskLink.php +++ b/app/Model/TaskLink.php @@ -112,7 +112,6 @@ class TaskLink extends Base $result = array(); foreach ($links as $link) { - if (! isset($result[$link['label']])) { $result[$link['label']] = array(); } |