fix: broken discord form (#302)
This commit is contained in:
parent
6ccb90e8b8
commit
b435d6a5cf
@ -1,3 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
$version = "v1.25.0";
|
$version = "v1.25.1";
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -231,7 +231,7 @@
|
|||||||
|
|
||||||
if ($rowCount == 0) {
|
if ($rowCount == 0) {
|
||||||
$notificationsDiscord['enabled'] = 0;
|
$notificationsDiscord['enabled'] = 0;
|
||||||
$notificationsDiscord['url'] = "";
|
$notificationsDiscord['webhook_url'] = "";
|
||||||
$notificationsDiscord['bot_username'] = "";
|
$notificationsDiscord['bot_username'] = "";
|
||||||
$notificationsDiscord['bot_avatar'] = "";
|
$notificationsDiscord['bot_avatar'] = "";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user