diff --git a/htdocs/comm/propal.php3 b/htdocs/comm/propal.php3
index b5ea62b6851..b83f858eff9 100644
--- a/htdocs/comm/propal.php3
+++ b/htdocs/comm/propal.php3
@@ -370,7 +370,7 @@ if ($propalid) {
if (file_exists($file)) {
print "
| Propale PDF | ref/$obj->ref.pdf\">$obj->ref.pdf |
";
}
- $file = $conf->propal->outputdir . "/$obj->ref/$obj->ref.ps";
+ $file = $GLOBALS["GLJ_ROOT"] . "/www-sys/doc/propal/$obj->ref/$obj->ref.ps";
if (file_exists($file)) {
print "| Propale Postscript | ref/$obj->ref.ps\">$obj->ref.ps | ";
print "
";