1
0
Fork 0
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:
Chad Little 2013-02-23 07:12:19 -08:00
parent b4b81d0f9a
commit c3243ef17c

View file

@ -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');