mirror of https://github.com/Icinga/icinga2.git
parent
ed29d06ab6
commit
808a26ae72
|
@ -161,7 +161,7 @@ public:
|
|||
return Empty;
|
||||
}
|
||||
|
||||
static inline Value For(ScriptFrame& frame, const String& fkvar, const String& fvvar, const Value& value, Expression *expression, const DebugInfo& debugInfo = DebugInfo())
|
||||
static inline ExpressionResult For(ScriptFrame& frame, const String& fkvar, const String& fvvar, const Value& value, Expression *expression, const DebugInfo& debugInfo = DebugInfo())
|
||||
{
|
||||
if (value.IsObjectType<Array>()) {
|
||||
if (!fvvar.IsEmpty())
|
||||
|
|
Loading…
Reference in New Issue