瀏覽代碼

Fixed horrible typo.

Tyler Akins 23 年之前
父節點
當前提交
caf41c61fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/load_prefs.php

+ 1 - 1
src/load_prefs.php

@@ -161,7 +161,7 @@ for ($i = 0; $hlt = getPref($data_dir, $username, "highlight$i"); ++$i) {
     $message_highlight_list[$i]['name'] = $highlight_array[0];
     $message_highlight_list[$i]['color'] = $highlight_array[1];
     $message_highlight_list[$i]['value'] = $highlight_array[2];
-    $message_highlight_list[$i]['match_type'] = $highligh_array[3];
+    $message_highlight_list[$i]['match_type'] = $highlight_array[3];
 }
 
 /* Index order lets you change the order of the message index */