From 23c54262caf84abdad82974212170ff24d138f4d Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 22 Jan 2017 08:36:16 -0800 Subject: [PATCH] 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 --- src/applications/search/menuitem/PhabricatorProfileMenuItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/search/menuitem/PhabricatorProfileMenuItem.php b/src/applications/search/menuitem/PhabricatorProfileMenuItem.php index 05fa6543d3..6f1342d4c0 100644 --- a/src/applications/search/menuitem/PhabricatorProfileMenuItem.php +++ b/src/applications/search/menuitem/PhabricatorProfileMenuItem.php @@ -70,7 +70,7 @@ abstract class PhabricatorProfileMenuItem extends Phobject { return new PHUIListItemView(); } - public function valdateTransactions( + public function validateTransactions( PhabricatorProfileMenuItemConfiguration $config, $field_key, $value,