From 9492a07f7690fd9b78e209908c11e4c240aea0b6 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 2 Jan 2017 14:28:45 +0000 Subject: [PATCH] Fwix silly twypo in fwetchrow call --- modules/ORB/System/Entity.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ORB/System/Entity.pm b/modules/ORB/System/Entity.pm index 1e7e0fb..62a94f1 100644 --- a/modules/ORB/System/Entity.pm +++ b/modules/ORB/System/Entity.pm @@ -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({}); }