Browse Source

fix chat variable again

causefx 7 years ago
parent
commit
4e172f2073
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/plugins/chat.php

+ 1 - 1
api/plugins/chat.php

@@ -69,7 +69,7 @@ function chatGetSettings()
 			),
 			array(
 				'type' => 'select',
-				'name' => 'newMessageSound',
+				'name' => 'CHAT-newMessageSound-include',
 				'label' => 'Message Sound',
 				'value' => $GLOBALS['CHAT-newMessageSound-include'],
 				'options' => getSounds()