fix typo?
authormark <mark>
Tue, 12 Oct 2010 20:58:32 +0000 (20:58 +0000)
committermark <mark>
Tue, 12 Oct 2010 20:58:32 +0000 (20:58 +0000)
FS/FS/part_pkg.pm

index 130bd86..e5882bc 100644 (file)
@@ -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",
          });