ff07060e by Joshua Tundag

add has

1 parent 982c9531
......@@ -50,6 +50,6 @@ class Flags{
$flagManager = new FlagManager();
$flag = $flagManager->getFlag($flagName, $encrypted);
if(!$flag) return null;
return $flagManager->checkFlag($flag, null) !== null;
return true;
}
}
\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!