summaryrefslogtreecommitdiffstats
path: root/app/model/pad.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/model/pad.php')
-rw-r--r--app/model/pad.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/model/pad.php b/app/model/pad.php
index d7cfb23..0090c27 100644
--- a/app/model/pad.php
+++ b/app/model/pad.php
@@ -26,4 +26,6 @@ foreach ($stages as $s)
$issues = array_merge($issues, $i);
}
+$closed_issues = $pad->getClosedIssues_ordByClosed();
+
?>