mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-10 19:38:34 +02: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;
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$who = pht("This object has an unknown or invalid policy setting.");
|
$more = pht("This object has an unknown or invalid policy setting.");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue