summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'import.herds.php')
-rw-r--r--import.herds.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/import.herds.php b/import.herds.php
index dc70ea2..dad000d 100644
--- a/import.herds.php
+++ b/import.herds.php
@@ -3,8 +3,7 @@
require_once 'header.php';
if(!$tree) {
- require_once 'class.portage.tree.php';
- $tree = new PortageTree();
+ $tree =& PortageTree::singleton();
}
$table = 'herd';