summaryrefslogtreecommitdiff
path: root/httemplate/search/qual.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/qual.cgi')
-rwxr-xr-xhttemplate/search/qual.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/qual.cgi b/httemplate/search/qual.cgi
index 0bb455b3c..cf4f3d111 100755
--- a/httemplate/search/qual.cgi
+++ b/httemplate/search/qual.cgi
@@ -43,7 +43,7 @@
},
sub {
my $self = shift;
- my $export = $self->export;
+ my $export = $self->part_export;
my $result = '(manual)';
$result = $export->exportname if $export;
$result;