Gossamer Forum
Quote Reply
Bug?
Is this a bug, or not yet enabled?

In admin, on validate links page, I click on "Duplicate Check"
It just returns me to the admin with the menu and help showing.
The link that is showing at the top is:
admin.cgi?db=Links&view_records=1&URL=http://www.somedomain.com

Except "www.somedomain.com" is the domain I am trying to check.
This happens on url's that are, and are not already in the db.

Chris
Quote Reply
Re: Bug? In reply to
This is a bug, it was mentioned previously in the forum and has been corrected for future versions. To fix, just edit Admin_HTML.pm and look for 'view_records=1' and change it to 'do=view_records'.

Cheers,

Alex
Quote Reply
Re: Bug? In reply to
Thanks