Explorar el Código

Missing global, $color was not defined

Jimmy Conner hace 21 años
padre
commit
3ce3906906
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)) {