From b48ed2ebdcb6501c7d9f747619b33bc38fea7d73 Mon Sep 17 00:00:00 2001 From: Frederick Lawler Date: Sat, 26 Apr 2014 09:36:30 -0500 Subject: [PATCH] Added search query where needed. --- src/GitList/Controller/TreeController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GitList/Controller/TreeController.php b/src/GitList/Controller/TreeController.php index 82880fd..6e88e05 100644 --- a/src/GitList/Controller/TreeController.php +++ b/src/GitList/Controller/TreeController.php @@ -42,7 +42,6 @@ class TreeController implements ControllerProviderInterface 'branches' => $repository->getBranches(), 'tags' => $repository->getTags(), 'readme' => $app['util.repository']->getReadme($repository, $branch), - 'query' => '' )); })->assert('repo', $app['util.routing']->getRepositoryRegex()) ->assert('commitishPath', $app['util.routing']->getCommitishPathRegex())