[fixed] Bug in listtags.php

A place to discuss the testing process in beta cycles or against SVN for the CMS Made Simple CORE package.
Locked
GDS
Forum Members
Forum Members
Posts: 81
Joined: Sun Feb 18, 2007 1:26 pm
Location: Norway

[fixed] Bug in listtags.php

Post 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
Last edited by GDS on Wed Oct 10, 2007 9:00 am, edited 1 time in total.
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm
Location: the Netherlands

Re: Bug in listtags.php

Post by Dee »

Fixed in SVN, thanks for spotting!
It occured for both the help and about (when the plugin exists or not).

Regards,
D
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm
Location: the Netherlands

Re: Bug in listtags.php

Post by Dee »

The complete fix was to simply remove the exit; calls/lines 53, 62, 78 and 87.

Regards,
D
Locked

Return to “[locked] Quality Assurance”