lib/orchestrator/logic/manager.rb in orchestrator-1.0.2 vs lib/orchestrator/logic/manager.rb in orchestrator-1.0.3
- old
+ new
@@ -8,11 +8,11 @@
# Should be ok.
@thread.next_tick method(:start)
end
# Access to other modules in the same control system
- def system
- @system ||= ::Orchestrator::Core::SystemProxy.new(@thread, @settings.control_system_id)
+ def system(user = nil)
+ ::Orchestrator::Core::SystemProxy.new(@thread, @settings.control_system_id, nil, user)
end
end
end
end