modify module inventory csv due to datatables changes

This commit is contained in:
Eric A. Miller
2014-05-20 23:05:39 -04:00
parent ef56131134
commit 3da3b4b17b
2 changed files with 4 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ get '/ajax/content/report/moduleinventory' => require_login sub {
else {
header( 'Content-Type' => 'text/comma-separated-values' );
template 'ajax/report/moduleinventory_csv.tt',
{ results => $rs, opt => $has_opt },
{ results => \@results, opt => $has_opt },
{ layout => undef };
}
};