This commit is contained in:
Isaac Connor 2015-12-21 11:25:17 -05:00
parent f6d52e77b9
commit 118dc12ad5
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ sub new {
my $self = {}; my $self = {};
bless $self, $parent; bless $self, $parent;
if ( ( $$self{id} = $id ) or $data ) { if ( ( $$self{Id} = $id ) or $data ) {
#$log->debug("loading $parent $id") if $debug or DEBUG_ALL; #$log->debug("loading $parent $id") if $debug or DEBUG_ALL;
$self->load( $data ); $self->load( $data );
} }