Browse Source

Warning removal

Tyler Akins 24 năm trước cách đây
mục cha
commit
0d95f8303c
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/options.php

+ 2 - 0
src/options.php

@@ -196,6 +196,8 @@
     /*****************************************************/
     /* Let's sort Javascript Option Pages to the bottom. */
     /*****************************************************/
+    $js_optionpages = array();
+    $reg_optionpages = array();
     foreach ($optionpages as $optpage) {
         if (!$optpage['js']) {
             $reg_optionpages[] = $optpage;