mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
059cda9e37
commit
73629172b4
@ -110,11 +110,11 @@ static Value StringFind(const std::vector<Value>& args)
|
||||
return result;
|
||||
}
|
||||
|
||||
static bool StringContains(const Value& value)
|
||||
static bool StringContains(const String& str)
|
||||
{
|
||||
ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
|
||||
String self = vframe->Self;
|
||||
return self.Contains(value);
|
||||
return self.Contains(str);
|
||||
}
|
||||
|
||||
static Value StringReplace(const String& search, const String& replacement)
|
||||
|
Loading…
x
Reference in New Issue
Block a user