--- FreeBSD/tinderbox/webui/core/PortsTree.php 2007/11/09 22:56:45 1.1.1.1.2.1 +++ FreeBSD/tinderbox/webui/core/PortsTree.php 2007/11/15 15:31:35 1.1.1.1.2.2 @@ -24,24 +24,25 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Paefchen$ +# $Paefchen: FreeBSD/tinderbox/webui/core/PortsTree.php,v 1.1.1.1.2.1 2007/11/09 22:56:45 as Exp $ # $MCom: portstools/tinderbox/webui/core/PortsTree.php,v 1.5 2005/11/15 19:42:56 oliver Exp $ # class PortsTree extends TinderObject { public function __construct($argv = array()) { - $object_hash = array( - 'ports_tree_id' => '', - 'ports_tree_name' => '', - 'ports_tree_description' => '', - 'ports_tree_last_built' => '', - 'ports_tree_update_cmd' => '', - 'ports_tree_cvsweb_url' => '', - 'ports_tree_ports_mount' => '' + parent::__construct( + array( + 'ports_tree_id' => '', + 'ports_tree_name' => '', + 'ports_tree_description' => '', + 'ports_tree_last_built' => '', + 'ports_tree_update_cmd' => '', + 'ports_tree_cvsweb_url' => '', + 'ports_tree_ports_mount' => '' + ), + $argv ); - - parent::__construct($object_hash, $argv); } public function getId() {