actually store the new Util object. how did this ever work before? fixes #5265
git-svn-id: file:///home/svn/framework3/trunk@13571 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
f16e593628
commit
79b7fb7c43
|
@ -106,7 +106,7 @@ class Railgun
|
|||
|
||||
def util
|
||||
if @util.nil?
|
||||
Util.new(self, client.platform)
|
||||
@util = Util.new(self, client.platform)
|
||||
end
|
||||
|
||||
return @util
|
||||
|
|
Loading…
Reference in New Issue