Explorar o código

fix bug select one highlight item, deletes all

lbergman %!s(int64=24) %!d(string=hai) anos
pai
achega
51a7aa967a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]");
          }