Page 1 of 1

[fixed] Bug in listtags.php

Posted: Tue Apr 03, 2007 9:57 am
by GDS
Hi, I don't know if this bug has been reported before,
but while preparing installation of CMSms on a website,
I found footer missing in showpluginhelp.

I tracked down the bug to admin/listtags.php,
line 53, where I added this code:

include_once("footer.php");

GDS

Re: Bug in listtags.php

Posted: Tue Apr 03, 2007 10:12 am
by Dee
Fixed in SVN, thanks for spotting!
It occured for both the help and about (when the plugin exists or not).

Regards,
D

Re: Bug in listtags.php

Posted: Tue Apr 03, 2007 10:21 am
by Dee
The complete fix was to simply remove the exit; calls/lines 53, 62, 78 and 87.

Regards,
D