diff options
Diffstat (limited to 'import.arches.php')
-rw-r--r-- | import.arches.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/import.arches.php b/import.arches.php index efa09a9..539da81 100644 --- a/import.arches.php +++ b/import.arches.php @@ -3,8 +3,7 @@ require_once 'header.php'; if(!$tree) { - require_once 'class.portage.tree.php'; - $tree = new PortageTree(); + $tree =& PortageTree::singleton(); } // FIXME This is really dumb, just grab all the arches |