diff --git a/includes/class-widget.php b/includes/class-widget.php index e35dd94..3b33b70 100644 --- a/includes/class-widget.php +++ b/includes/class-widget.php @@ -25,7 +25,7 @@ class Widget extends WP_Widget { * SCLiveticker_Widget constructor. */ public function __construct() { - parent::__construct( false, 'Liveticker' ); + parent::__construct( 'scliveticker', 'Liveticker' ); } /**