Geeklog Bugtracker
Geeklog

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000617 [Geeklog] minor always 2008-04-30 21:57 2008-05-04 03:33
Reporter jmucchiello View Status public  
Assigned To THEMike
Priority normal Resolution fixed  
Status resolved   Product Version
Summary 0000617: C&C does not call template->finish() properly
Description In admin/moderation.php, on line 209, the last call to the template does not call finish():

    $retval .= $admin_templates->parse('output','cc');

The code should be

    $retval .= $admin_templates->finish($admin_templates->parse('output','cc'));
Additional Information
Tags No tags attached.
Target not specified
Attached Files

- Relationships

-  Notes
User avatar (0000035)
jmucchiello (reporter)
2008-04-30 22:01

I have no idea why this is in the "template project". The categories drop down was empty when I filled out the form.
User avatar (0000037)
THEMike (developer)
2008-05-04 03:33

Fix committed.

- Issue History
Date Modified Username Field Change
2008-04-30 21:57 jmucchiello New Issue
2008-04-30 22:01 jmucchiello Note Added: 0000035
2008-05-04 02:58 THEMike Project Template Project => Geeklog
2008-05-04 03:00 THEMike Status new => assigned
2008-05-04 03:00 THEMike Assigned To => THEMike
2008-05-04 03:00 THEMike Status assigned => confirmed
2008-05-04 03:33 THEMike Status confirmed => resolved
2008-05-04 03:33 THEMike Resolution open => fixed
2008-05-04 03:33 THEMike Note Added: 0000037


Copyright © 2000 - 2009 Mantis Group
Hosted by pair.com
Powered by Mantis Bugtracker