Skip to content

Commit

Permalink
added empty dataset description variable
Browse files Browse the repository at this point in the history
  • Loading branch information
micheldumontier committed Jan 9, 2014
1 parent ef8b466 commit 583a239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irefindex/irefindex.php
Expand Up @@ -51,7 +51,7 @@ function Run()
$ldir = parent::getParameterValue('indir');
$odir = parent::getParameterValue('outdir');
$rdir = parent::getParameterValue('download_url');

$dataset_description = '';

foreach($files AS $file) {
$download = parent::getParameterValue('download');
Expand Down

0 comments on commit 583a239

Please sign in to comment.