diff --git a/lib/front/front.class.php b/lib/front/front.class.php
index 9dd44200be..10ab0455df 100644
--- a/lib/front/front.class.php
+++ b/lib/front/front.class.php
@@ -457,9 +457,9 @@ EOT;
* @access public
* @return string the common button tag.
*/
- public static function commonButton($label = '', $misc = '')
+ public static function commonButton($label = '', $misc = '', $class = '')
{
- return " ";
+ return " ";
}
/**