AveragePaperScore generates broken links
Status: Beta
Brought to you by:
dirkgrunwald
On line 484 of Chair/AveragePaperScore.php, the
generated href url should be prefixed with /CRP. It is
currently (in part):
HREF=\"/PC/PCAllAnonReviewsForPaper.php?paperId...
which generates an invalid URL. Changing it to
HREF=\"/CRP/PC/PCAllAnonReviewsForPaper.php?paperId...
fixes the issue for my installation, where CRP is
installed in
APACHE_HOME/htdocs/CRP
My mail addr: mlocasto AT acm.org
Cheers,
Michael