Skip to content

Commit

Permalink
refactor: remove dead code #2
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Oct 7, 2015
1 parent f622d32 commit a5c8c5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions controller/WebController.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ public function invokeAboutPage($request)
{
$template = $this->twig->loadTemplate('about.twig');
$this->setLanguageProperties($request->getLang());
$vocab_id = 'About';
$url = $request->getServerConstant('HTTP_HOST');
$version = $this->model->getVersion();

Expand Down Expand Up @@ -477,7 +476,6 @@ public function invokeAlphabeticalIndex($request)

$request->setContentLang($content_lang);

$controller = $this; // for use by anonymous function below
echo $template->render(
array(
'languages' => $this->languages,
Expand Down

0 comments on commit a5c8c5f

Please sign in to comment.