Welcome

I fixed a bug

I fixed a small problem in Lyceum. When you go to the “Site Admin” and do certain actions the page goes very plain. It is caused by the header not being included - which in turn is caused by this:

include_once ('admin-header.php');
include_once (WPADMININC . 'admin-header.php');

The first line is the one that caused the problem, the second line is the correct version. “WPADMININC” is a macro that contains the location of the admin-header.php file. So without it the header is not shown.

This is not a big deal on its own, but what IS a big deal is that I submitted this to the official Lyceum bug tracker. That was my first contribution to open source software! Woooooo!

You can see the tracker here: http://source.ibiblio.org/trac/lyceum/

My bug is #773: http://source.ibiblio.org/trac/lyceum/ticket/773

Actions: Trackback URL for this entry Commentfeed

1 Comment

  • 1. loic replies at 29th March 2007 um 14:37:41 :

    it is time we start contributing to the open-source community; thanks!

Leave a comment

You must be logged in to post a comment.