Fixes ahelp trimming (#33268)

This commit is contained in:
AnturK
2017-12-05 21:26:45 +01:00
committed by CitadelStationBot
parent 24d205f9c9
commit 4671fd9724
+1 -1
View File
@@ -111,7 +111,7 @@
//get message text, limit it's length.and clean/escape html
if(!msg)
msg = input(src,"Message:", "Private message to [key_name(recipient, 0, 0)]") as text|null
msg = trim(msg)
if(!msg)
return