Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
fc7e041f
Commit
fc7e041f
authored
Jun 08, 2021
by
Rob Swindell
💬
Browse files
Fix recently-introduced issue reading the 'mail' base.
Reported by AL@TRMB.
parent
31149a20
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
web/lib/msgslib.ssjs
web/lib/msgslib.ssjs
+1
-1
No files found.
web/lib/msgslib.ssjs
View file @
fc7e041f
...
...
@@ -30,7 +30,7 @@ var sub=http_request.query.msg_sub;
if
(
grp
==
'
E-Mail
'
)
sub
=
'
mail
'
;
var
s
=-
1
;
if
(
sub
!
=
undefined
&&
msg_area
.
sub
[
sub
]
!=
undefined
)
if
(
sub
=
=
'
mail
'
||
msg_area
.
sub
[
sub
]
!=
undefined
)
var
msgbase
=
new
MsgBase
(
sub
);
var
message
=
http_request
.
query
.
message
;
var
m
=
parseInt
(
http_request
.
query
.
message
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment