summaryrefslogtreecommitdiff
path: root/dependency.inc
diff options
context:
space:
mode:
Diffstat (limited to 'dependency.inc')
-rwxr-xr-xdependency.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependency.inc b/dependency.inc
index da9c567..5bf044e 100755
--- a/dependency.inc
+++ b/dependency.inc
@@ -180,7 +180,7 @@ function _list_existing_dependency($proposal_id)
$temp_caption = '';
if ($proposal_dependency_files_data->caption)
$temp_caption = ' (' . $proposal_dependency_files_data->caption . ')';
- $return_html .= '<li>' . l($proposal_dependency_files_data->filename . $temp_caption, 'download/dependency/' . $proposal_dependency_files_data->id) . '</li>';
+ $return_html .= '<li>' . l($proposal_dependency_files_data->filename . $temp_caption, 'lab_migration/download/dependency/' . $proposal_dependency_files_data->id) . '</li>';
$counter++;
}
if ($counter == 0)