mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01:00
Fix SVN form_box error
Summary: Fixes T12915. Test Plan: Test a SVN repository locally, ensure page loads. Reviewers: epriestley Subscribers: Korvin Maniphest Tasks: T12915 Differential Revision: https://secure.phabricator.com/D18207
This commit is contained in:
parent
7408483c2f
commit
db57da0f74
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ final class DiffusionRepositoryController extends DiffusionController {
|
|||
$drequest = $this->getDiffusionRequest();
|
||||
$repository = $drequest->getRepository();
|
||||
|
||||
$locate_panel = null;
|
||||
$form_box = null;
|
||||
if ($repository->canUsePathTree()) {
|
||||
Javelin::initBehavior(
|
||||
'diffusion-locate-file',
|
||||
|
|
Loading…
Reference in a new issue