From 3959073affb85a44bd4c0bdbe084cb3156031dc6 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 17 Mar 2007 19:31:18 +0000 Subject: [PATCH] r1478: In ListSorter::constructRow(), globalize $bugsys so that in row templates we can use that variable --- includes/class_sort.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/class_sort.php b/includes/class_sort.php index ea7f25d..06f9013 100644 --- a/includes/class_sort.php +++ b/includes/class_sort.php @@ -384,6 +384,8 @@ class ListSorter */ function constructRow($bug, $params = null) { + global $bugsys; + $this->_processColumns(); foreach ($this->columns AS $columns) -- 2.22.5