mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
ad0e4f4489
commit
11e1cc9939
@ -102,8 +102,6 @@ public:
|
||||
|
||||
static inline Value FunctionCall(ScriptFrame& frame, const Value& self, const Function::Ptr& func, const std::vector<Value>& arguments)
|
||||
{
|
||||
ScriptFrame vframe;
|
||||
|
||||
if (!self.IsEmpty() || self.IsString())
|
||||
return func->Invoke(self, arguments);
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user