ff07060e by Joshua Tundag

add has

1 parent 982c9531
...@@ -50,6 +50,6 @@ class Flags{ ...@@ -50,6 +50,6 @@ class Flags{
50 $flagManager = new FlagManager(); 50 $flagManager = new FlagManager();
51 $flag = $flagManager->getFlag($flagName, $encrypted); 51 $flag = $flagManager->getFlag($flagName, $encrypted);
52 if(!$flag) return null; 52 if(!$flag) return null;
53 return $flagManager->checkFlag($flag, null) !== null; 53 return true;
54 } 54 }
55 } 55 }
...\ No newline at end of file ...\ 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!