浏览代码

fix chat variable again

causefx 7 年之前
父节点
当前提交
4e172f2073
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()