Skip to content

Commit

Permalink
perl was looking for is_identified on alias
Browse files Browse the repository at this point in the history
  • Loading branch information
tangentialism committed Jan 29, 2010
1 parent 9ff8811 commit 89002da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KM.pm
Expand Up @@ -41,7 +41,7 @@ sub record {

sub alias {
my ($self, $name, $alias_to) = @_;
return unless $self->_is_identified;
return unless $self->_is_initialized;
$self->_generate_query('a', { '_n' => $alias_to, '_p' => $name }, 0);
}

Expand Down

0 comments on commit 89002da

Please sign in to comment.