Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 0b93640

Browse files
author
sachin-maheshwari
authored
Merge pull request #547 from appirio-tech/dev
missed variable declaration
2 parents bdae30a + deab05d commit 0b93640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/web/WEB-INF/includes/footerScripts.jsp

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<%@ page import="com.topcoder.direct.services.view.util.DirectUtils" %>
1111
<%@ page import="com.topcoder.direct.services.view.util.SessionData" %>
1212
<%@ page import="javax.servlet.http.HttpServletRequest" %>
13+
<%@ page import="com.topcoder.direct.services.configs.ServerConfiguration" %>
1314

1415
<%
1516
String handle = (String) request.getSession().getAttribute("userHandle");

0 commit comments

Comments
 (0)