diff --git a/include/class_widget.php b/include/class_widget.php
index 2058fa7ee..3360af72b 100644
--- a/include/class_widget.php
+++ b/include/class_widget.php
@@ -625,8 +625,9 @@ class widget {
function Submit ($p_name,$p_value) {
return '';
}
- static function submit_button ($p_name,$p_value) {
- return '';
+ static function submit_button ($p_name,$p_value,$p_javascript="") {
+
+ return '';
}
function Reset ($p_value) {