From 2f2d58049f4ce39ac5f45842bb9295aff10b590a Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 9 Jul 2015 15:07:58 -0700 Subject: [PATCH] Fix "au4tocomplete" typo Summary: Fixes T8815. Test Plan: Page no longer fatals. Reviewers: chad, joshuaspence Reviewed By: joshuaspence Subscribers: epriestley Maniphest Tasks: T8815 Differential Revision: https://secure.phabricator.com/D13617 --- .../uiexample/examples/PhabricatorMultiColumnUIExample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/uiexample/examples/PhabricatorMultiColumnUIExample.php b/src/applications/uiexample/examples/PhabricatorMultiColumnUIExample.php index c34eb90289..55b761f4e2 100644 --- a/src/applications/uiexample/examples/PhabricatorMultiColumnUIExample.php +++ b/src/applications/uiexample/examples/PhabricatorMultiColumnUIExample.php @@ -106,7 +106,7 @@ final class PhabricatorMultiColumnUIExample extends PhabricatorUIExample { ->appendChild( id(new AphrontFormTextControl()) ->setLabel(pht('Name')) - ->setDisableAu4tocomplete(true) + ->setDisableAutocomplete(true) ->setSigil('name-input')) ->appendChild( id(new AphrontFormTextControl())