mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix fatal saving menu items without custom validation
Summary: Fixes T12142. Correct spelling of method. Test Plan: Edit the name of a Details menu item in projects, or add a divider. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12142 Differential Revision: https://secure.phabricator.com/D17240
This commit is contained in:
parent
20d1bb8fdf
commit
3749ecaa66
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ abstract class PhabricatorProfileMenuItem extends Phobject {
|
|||
return new PHUIListItemView();
|
||||
}
|
||||
|
||||
public function valdateTransactions(
|
||||
public function validateTransactions(
|
||||
PhabricatorProfileMenuItemConfiguration $config,
|
||||
$field_key,
|
||||
$value,
|
||||
|
|
Loading…
Reference in a new issue