mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-20 03:31:10 +01:00
Fix a variable name PolicyFilter.
This commit is contained in:
parent
4dfdd0d316
commit
120cc28dae
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ final class PhabricatorPolicyFilter {
|
|||
break;
|
||||
}
|
||||
} else {
|
||||
$who = pht("This object has an unknown or invalid policy setting.");
|
||||
$more = pht("This object has an unknown or invalid policy setting.");
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue