浏览代码

undefined $value

tokul 19 年之前
父节点
当前提交
bdb9f7e450
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/options/display.php

+ 1 - 0
include/options/display.php

@@ -226,6 +226,7 @@ function load_optpage_data_display() {
         global $icon_themes, $icon_theme;
 
         $temp = array();
+        $value = 0;
         for ($count = 0; $count < sizeof($icon_themes); $count++) {
             $temp[$count] = $icon_themes[$count]['NAME'];
             if ($icon_theme == $icon_themes[$count]['PATH'] ||