Browse Source

Warning removal

Tyler Akins 24 years ago
parent
commit
0d95f8303c
1 changed files with 2 additions and 0 deletions
  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;