mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-10 23:01:04 +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();
|
$drequest = $this->getDiffusionRequest();
|
||||||
$repository = $drequest->getRepository();
|
$repository = $drequest->getRepository();
|
||||||
|
|
||||||
$locate_panel = null;
|
$form_box = null;
|
||||||
if ($repository->canUsePathTree()) {
|
if ($repository->canUsePathTree()) {
|
||||||
Javelin::initBehavior(
|
Javelin::initBehavior(
|
||||||
'diffusion-locate-file',
|
'diffusion-locate-file',
|
||||||
|
|
Loading…
Reference in a new issue