1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-23 07:12:41 +01:00

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
This commit is contained in:
epriestley 2015-07-09 15:07:58 -07:00
parent e8f063de25
commit 2f2d58049f

View file

@ -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())