Browse Source

Missing global, $color was not defined

Jimmy Conner 21 years ago
parent
commit
3ce3906906
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/options.php

+ 1 - 1
functions/options.php

@@ -154,7 +154,7 @@ class SquirrelOption {
     }
 
     function createHTMLWidget() {
-        global $javascript_on;
+        global $javascript_on, $color;
 
         // Use new value if available
         if (!empty($this->new_value)) {