1
0
Fork 0
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:
Chad Little 2017-01-22 08:36:16 -08:00
parent 20d1bb8fdf
commit 3749ecaa66

View file

@ -70,7 +70,7 @@ abstract class PhabricatorProfileMenuItem extends Phobject {
return new PHUIListItemView();
}
public function valdateTransactions(
public function validateTransactions(
PhabricatorProfileMenuItemConfiguration $config,
$field_key,
$value,