r1478: In ListSorter::constructRow(), globalize $bugsys so that in row templates...
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 17 Mar 2007 19:31:18 +0000 (19:31 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 17 Mar 2007 19:31:18 +0000 (19:31 +0000)
includes/class_sort.php

index ea7f25d7c73f5156048ecdf9d3920af97f0986ed..06f90135a69eb1df7ffb3fcb26e895b1391c79f8 100644 (file)
@@ -384,6 +384,8 @@ class ListSorter
        */
        function constructRow($bug, $params = null)
        {
+               global $bugsys;
+               
                $this->_processColumns();
                                
                foreach ($this->columns AS $columns)