Skip to content

Commit

Permalink
Orders module's model shouldn't have a __construct() method.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurko committed Aug 4, 2011
1 parent 6b29652 commit 26f6cb0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/orders/Orders.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ class Orders extends Module

public $austField = 'node_id';

function __construct(){
parent::__construct(array());
}

/**
* getInstance()
*
Expand Down

0 comments on commit 26f6cb0

Please sign in to comment.