Skip to content

Commit 4ba3235

Browse files
authored
Merge pull request #45 from lucee/fix-jira-changelog
fix jira changelog
2 parents 15cb41b + 6e1888c commit 4ba3235

File tree

1 file changed

+1
-1
lines changed
  • apps/updateserver/services/legacy

1 file changed

+1
-1
lines changed

apps/updateserver/services/legacy/Jira.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
component {
55

66
variables.prefix="a2";
7-
variables.maxInactiveInterval=getPageContext().getRequest().getSession(true).getMaxInactiveInterval();
7+
variables.maxInactiveInterval=getPageContext().getRequest().getSession(true).getMaxInactiveInterval() ?: 3600;
88
/*static {
99
static.prefix="a2";
1010
static.maxInactiveInterval=getPageContext().getRequest().getSession(true).getMaxInactiveInterval();

0 commit comments

Comments
 (0)