diff options
author | Christian Hesse <mail@eworm.de> | 2020-03-31 13:35:59 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-03-31 13:35:59 +0200 |
commit | a598cca2da4ed77e597912f8c1a0287e6d6dbcac (patch) | |
tree | d4e9f860b24b0203b4b0d44d5e8c51b163f37844 /global-functions | |
parent | 40970fb738ffe932bd8cad92e4cd62c0f19dc2f3 (diff) |
global-functions: $SendTelegram: always return a value
... overwise it opens a prompt "value:".
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 9655255..0692d70 100644 --- a/global-functions +++ b/global-functions @@ -591,7 +591,7 @@ } :if ([ :len $TelegramTokenId ] = 0 || [ :len $ChatId ] = 0) do={ - :return; + :return false; } $CertificateAvailable "Go Daddy Secure Certificate Authority - G2"; |