diff --git a/include/class_widget.php b/include/class_widget.php index dd0592339..49f6405d4 100644 --- a/include/class_widget.php +++ b/include/class_widget.php @@ -137,7 +137,7 @@ class widget { } // Hidden field if (strtoupper($this->type)=="HIDDEN") { - $r=''; + $r=''; if ( $this->readonly==true) return ""; return $r; }