From e2221023e4c2c989cdf1f87e6b685d1f20501f31 Mon Sep 17 00:00:00 2001 From: "p.kosyh@gmail.com" Date: Wed, 12 Jan 2011 06:12:46 +0000 Subject: [PATCH] revert patch --- stead/xact.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/stead/xact.lua b/stead/xact.lua index 721d06b..267212f 100644 --- a/stead/xact.lua +++ b/stead/xact.lua @@ -60,11 +60,7 @@ __do_xact = function(str, self) error("Empty link: "..s, 3); end else - if stead.api_version >= "1.3.2" then - oo = here():srch(o) - else - oo = objs():srch(o) - end + oo = objs():srch(o) if not oo then oo = ref(o, true) end