From 2fb9cd7c2077f87ff403bcbab228856bda8785fb Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 7 Jan 2013 13:01:57 -0500
Subject: [PATCH] Fixed bug: duplicate loading of rc4.js.

---
 themes/blueprint/templates/myresearch/login.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/blueprint/templates/myresearch/login.phtml b/themes/blueprint/templates/myresearch/login.phtml
index 3b5ef81ec93..c72b5e23ca5 100644
--- a/themes/blueprint/templates/myresearch/login.phtml
+++ b/themes/blueprint/templates/myresearch/login.phtml
@@ -9,7 +9,7 @@
 
     // If we're in AJAX mode, load some extra Javascript inline:
     if ($this->layout()->getTemplate() == 'layout/lightbox') {
-        echo $this->inlineScript()->appendFile("rc4.js");
+        $this->inlineScript()->appendFile("rc4.js");
     }
 
     // Convenience variables:
-- 
GitLab