Parcourir la source

fix bug select one highlight item, deletes all

lbergman il y a 24 ans
Parent
commit
51a7aa967a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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]");
          }