From c7dc101e9933e8fd2bafa83e0f057eb3c43fe5f8 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 3 Dec 2013 13:59:31 -0500
Subject: [PATCH] Removed unused variable.

---
 themes/bootstrap/templates/Auth/ChoiceAuth/login.phtml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/bootstrap/templates/Auth/ChoiceAuth/login.phtml b/themes/bootstrap/templates/Auth/ChoiceAuth/login.phtml
index 1e48ca0e435..f95924b1cc2 100644
--- a/themes/bootstrap/templates/Auth/ChoiceAuth/login.phtml
+++ b/themes/bootstrap/templates/Auth/ChoiceAuth/login.phtml
@@ -5,8 +5,8 @@
 <? foreach ($classes as $loop=>$class):?>
   <div class="authmethod<?=$loop?> span<?=floor(12/$count) ?>">
     <? $this->auth()->setActiveAuthClass($class) ?>
-    <?=$this->auth()->getLoginDesc($method) ?>
-    <?=$this->auth()->getLogin($method) ?>
+    <?=$this->auth()->getLoginDesc() ?>
+    <?=$this->auth()->getLogin() ?>
     <? $this->auth()->setActiveAuthClass('ChoiceAuth') ?>
   </div>
 <? endforeach ?>
-- 
GitLab