summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2010-10-12 20:58:32 +0000
committermark <mark>2010-10-12 20:58:32 +0000
commite5fc56b70e89f947cbe9ecf0bae5ff73f294f10d (patch)
treecafac8c5bbf3ad58c9686437cf1aa237f9093283
parentb87b8ca36fe928ce89d31de7e7d4bebddd1ff6a2 (diff)
fix typo?
-rw-r--r--FS/FS/part_pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm
index 130bd86..e5882bc 100644
--- a/FS/FS/part_pkg.pm
+++ b/FS/FS/part_pkg.pm
@@ -908,7 +908,7 @@ sub _part_pkg_link {
hashref => { 'src_pkgpart' => $self->pkgpart,
'link_type' => $type,
#protection against infinite recursive links
- 'dst_pkgpart' => { op=>'!=', $self->pkgpart },
+ 'dst_pkgpart' => { op=>'!=', value=> $self->pkgpart },
},
order_by => "ORDER BY hidden",
});