PDA

View Full Version : v2.0.01 Editor Report Broken Link


Mark Brookes
12-15-2006, 01:01 PM
HI

The email received by Administrator has no "Subject"

Otherwise it is ok

A blank subject is likley to get treated as spam.


(This Also applies to visitors who report a broken link)


Regards
Mark

Dave Baker
12-15-2006, 08:40 PM
Hello Mark,
Parts of a name language variable were shuffled :crazy-be:
instead of "report_broken_link" script uses "broken_link_report"
***Open report-link.php and find code***

$subject = $gDirLang['broken_link_report'];

***Replace with the following:***

$subject = $gDirLang['report_broken_link'];

***Save file***

Mark Brookes
12-16-2006, 09:07 AM
Hello Dave,

That solves the bug, Thank you.

Regards
Mark