--- FreeBSD/tinderbox/webui/module/moduleConfig.php 2007/11/13 07:36:19 1.1.1.1.2.1 +++ FreeBSD/tinderbox/webui/module/moduleConfig.php 2007/11/15 15:31:35 1.1.1.1.2.2 @@ -24,16 +24,15 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Paefchen$ +# $Paefchen: FreeBSD/tinderbox/webui/module/moduleConfig.php,v 1.1.1.1.2.1 2007/11/13 07:36:19 as Exp $ # $MCom: portstools/tinderbox/webui/module/moduleConfig.php,v 1.4 2007/10/13 02:28:47 ade Exp $ # class moduleConfig extends module { private $moduleUsers = null; - public function moduleConfig() { + public function __construct() { parent::__construct(); - $this->module(); $this->moduleUsers = new moduleUsers; }