Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-4131 now.

constructor name is mcp_main instead of class name (fix completed in vcs)

A little copy&paste error - if you look at this code:
Code: Select all
class mcp_queue
{
   var $p_master;
   var $u_action;

   function mcp_main(&$p_master)
   {
      $this->p_master = &$p_master;
   }

Here mcp_main is the constructor, but it is never called because it is named mcp_main where it should be mcp_queue. This is the case for
  • mcp_logs
  • mcp_queue
  • mcp_reports

Comments / History

Assigned ticket to user "Acyd Burn"

Action performed by Acyd Burn (Server Manager) on May 6th 2007, 12:24

Changed ticket status from "New" to "Fix in progress"

Action performed by Acyd Burn (Server Manager) on May 6th 2007, 12:24

Linked ticket with changeset: r7485

Action performed by Anonymous (I am too lazy to register) on May 6th 2007, 15:31

Changed ticket status from "Fix in progress" to "Fix completed in CVS"

Action performed by Acyd Burn (Server Manager) on May 6th 2007, 18:09

Ticket details

Related SVN changesets