瀏覽代碼

fix bug select one highlight item, deletes all

lbergman 24 年之前
父節點
當前提交
51a7aa967a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/prefs.php

+ 1 - 1
functions/prefs.php

@@ -62,7 +62,7 @@
             fwrite($file, "$pref[$i]", 1024);
          }   
       }
-      if (isset($htl)) {
+      if (isset($hlt)) {
          for ($i=0; $i < count($hlt); $i++) {
             fwrite($file, "highlight$i=$hlt[$i]");
          }