revert patch

This commit is contained in:
p.kosyh@gmail.com 2011-01-12 06:12:46 +00:00
parent 21ee6ddaa2
commit e2221023e4

View file

@ -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