Fwix silly twypo in fwetchrow call

This commit is contained in:
Chris 2017-01-02 14:28:45 +00:00
parent 9944a9f3d1
commit 9492a07f76

View File

@ -258,7 +258,7 @@ sub find_ids {
or return $self -> self_error("Unable to perform entity lookup: ".$self -> {"dbh"} -> errstr);
# And return the list of matches
return $entityh -> fwetchall_arrayref({});
return $entityh -> fetchall_arrayref({});
}