mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-01 01:18:22 +01:00
Fix redesign branch repository controller for Subversion
Summary: We access this variable, but may never initialize it. Test Plan: Viewed SVN repository. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D13544
This commit is contained in:
parent
233144e299
commit
4034c24b43
1 changed files with 1 additions and 0 deletions
|
@ -628,6 +628,7 @@ final class DiffusionRepositoryController extends DiffusionController {
|
|||
$header->addActionLink($button);
|
||||
$browse_panel->setHeader($header);
|
||||
|
||||
$locate_panel = null;
|
||||
if ($repository->canUsePathTree()) {
|
||||
Javelin::initBehavior(
|
||||
'diffusion-locate-file',
|
||||
|
|
Loading…
Add table
Reference in a new issue