Skip to content

Commit b99dab3

Browse files
authored
Merge pull request #321 from lloc/refactoring-version-2-8
Bugfix
2 parents 2b4aebb + f796d98 commit b99dab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/MslsAdminBar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function __construct( MslsOptions $options, MslsBlogCollection $blog_coll
1616
/**
1717
* @codeCoverageIgnore
1818
*/
19-
public function init(): void {
19+
public static function init(): void {
2020
$obj = new MslsAdminBar( msls_options(), msls_blog_collection() );
2121

2222
if ( is_admin_bar_showing() ) {

0 commit comments

Comments
 (0)