1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-20 20:40:56 +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:
Chad Little 2013-02-23 07:12:19 -08:00
parent b4b81d0f9a
commit c3243ef17c

View file

@ -401,7 +401,7 @@ final class PhabricatorConfigEditController
}
$control
->setLabel('Value')
->setLabel(pht('Value'))
->setError($e_value)
->setValue($display_value)
->setName('value');