mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-02 02:40:58 +01:00
Config php
Summary: Found one! Test Plan: derp Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5099
This commit is contained in:
parent
b4b81d0f9a
commit
c3243ef17c
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ final class PhabricatorConfigEditController
|
||||||
}
|
}
|
||||||
|
|
||||||
$control
|
$control
|
||||||
->setLabel('Value')
|
->setLabel(pht('Value'))
|
||||||
->setError($e_value)
|
->setError($e_value)
|
||||||
->setValue($display_value)
|
->setValue($display_value)
|
||||||
->setName('value');
|
->setName('value');
|
||||||
|
|
Loading…
Reference in a new issue