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 54e65cde30
commit 1919924441
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 };
}
};