Fix for previous commit

Syntax error.

That's what one gets by typing code on one machine and testing on another.
This commit is contained in:
2020-11-03 17:09:39 +01:00
parent c9fb4c2945
commit ce3c14919d

View File

@@ -328,7 +328,7 @@ function handleCustomPolicy($config, $policy) {
handleProjectsPolicyRule($config, $rule);
} else if ($rule_type == 'PhabricatorProjectsAllPolicyRule') {
$policy_config_user_names =
handleProjectsAllPolicyRule($config $rule);
handleProjectsAllPolicyRule($config, $rule);
} else if ($rule_type == 'PhabricatorAdministratorsPolicyRule') {
$policy_config_user_names =
handleAdministratorsPolicyRule($config, $rule);