Skip to content
Snippets Groups Projects
Commit 0ccb0f06 authored by runemaster's avatar runemaster
Browse files

Fix bug in last commit.

parent 94252b57
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,6 @@ else
if(user.number==0 || user.security.restrictions&UFLAG_G) {
}
else
template.leftnav.push({html: '<a href="ftp_urlftpqwk">Download QWK Packet</a>' });
template.leftnav.push({ html: '<a href="' + template.ftp_url + template.ftpqwk + '">Download QWK Packet</a>' });
write_template("leftnav.inc");
write_template("leftnav.inc");
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment