Skip to content

Commit 912e233

Browse files
committed
Bugfix
1 parent ab6c6e4 commit 912e233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/MslsWidget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __construct() {
3232
/**
3333
* @codeCoverageIgnore
3434
*/
35-
public function init(): void {
35+
public static function init(): void {
3636
if ( ! msls_options()->is_excluded() ) {
3737
register_widget( self::class );
3838
}

0 commit comments

Comments
 (0)